#762B1A

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

Shades of Pueblo #762B1A

Tints of Pueblo #762B1A

Color information

#762B1A (or 0x762B1A) is unknown color: approx Pueblo. HEX triplet: 76, 2B and 1A. RGB value is (118,43,26). Sum of RGB (Red+Green+Blue) = 118+43+26=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1A is #89D4E5. Grayscale: #3F3F3F. Windows color (decimal): -9032934 or 1715062. OLE color: 1715062.

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

Color convert

RGB1184326-
CMYK00.640.780.54
HSL11.09º63.89%28.24%-
HSV(B)11.09º77.97%46.27%-
XYZ8.525.651.62-
YUV63.49106.85166.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=63.10%
G=22.99%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118432600.640.780.5411.0963.8928.24
Hex762B1A0404E36b401c
Octal16653320100116661310034
Binary1110110101011110100100000010011101101101011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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