#76271C

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

Shades of Pueblo #76271C

Tints of Pueblo #76271C

Color information

#76271C (or 0x76271C) is unknown color: approx Pueblo. HEX triplet: 76, 27 and 1C. RGB value is (118,39,28). Sum of RGB (Red+Green+Blue) = 118+39+28=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76271C is #89D8E3. Grayscale: #3D3D3D. Windows color (decimal): -9033956 or 1845110. OLE color: 1845110.

HSL color Cylindrical-coordinate representation of color #76271C: hue angle of 7.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76271C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1183928-
CMYK00.670.760.54
HSL7.33º61.64%28.63%-
HSV(B)7.33º76.27%46.27%-
XYZ8.415.391.7-
YUV61.37109.17168.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=63.78%
G=21.08%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118392800.670.760.547.3361.6428.63
Hex76271C0434C3673e1d
Octal166473401031146677635
Binary11101101001111110001000011100110011011011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76271C; }

 p { color: rgb(118,39,28); }

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

<style>
 a { background-color: #76271C; }

 a { background-color: rgb(118,39,28); }

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

<style>
 span { border-color: #76271C; }

 span { border-color: rgb(118,39,28); }

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