#762B1F

Color #762B1F Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #762B1F

Tints of Pueblo #762B1F

Color information

#762B1F (or 0x762B1F) is unknown color: approx Pueblo. HEX triplet: 76, 2B and 1F. RGB value is (118,43,31). Sum of RGB (Red+Green+Blue) = 118+43+31=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1F is #89D4E0. Grayscale: #404040. Windows color (decimal): -9032929 or 2042742. OLE color: 2042742.

HSL color Cylindrical-coordinate representation of color #762B1F: hue angle of 8.28º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762B1F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1184331-
CMYK00.640.740.54
HSL8.28º58.39%29.22%-
HSV(B)8.28º73.73%46.27%-
XYZ8.585.681.94-
YUV64.06109.35166.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=61.46%
G=22.40%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118433100.640.740.548.2858.3929.22
Hex762B1F0404A3683a1d
Octal1665337010011266107235
Binary111011010101111111010000001001010110110100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762B1F; }

 p { color: rgb(118,43,31); }

 H1.HeaderClassName
 {
   color: #762B1F;
 }
 .AnyTagClassName
 {
   color: #762B1F;
 }
</style>
background-color css

<style>
 a { background-color: #762B1F; }

 a { background-color: rgb(118,43,31); }

 div.DivClassName
 {
   background-color: #762B1F;
 }
 .BgClassName
 {
   background-color: #762B1F;
 }
</style>
border-color css

<style>
 span { border-color: #762B1F; }

 span { border-color: rgb(118,43,31); }

 td.TdClassName
 {
   border-color: #762B1F;
 }
 .TagClassName
 {
   border-color: #762B1F;
 }
</style>