#76261C

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

Shades of Pueblo #76261C

Tints of Pueblo #76261C

Color information

#76261C (or 0x76261C) is unknown color: approx Pueblo. HEX triplet: 76, 26 and 1C. RGB value is (118,38,28). Sum of RGB (Red+Green+Blue) = 118+38+28=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261C is #89D9E3. Grayscale: #3C3C3C. Windows color (decimal): -9034212 or 1844854. OLE color: 1844854.

HSL color Cylindrical-coordinate representation of color #76261C: hue angle of 6.67º 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 #76261C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1183828-
CMYK00.680.760.54
HSL6.67º61.64%28.63%-
HSV(B)6.67º76.27%46.27%-
XYZ8.375.321.68-
YUV60.78109.5168.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=64.13%
G=20.65%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118382800.680.760.546.6761.6428.63
Hex76261C0444C3673e1d
Octal166463401041146677635
Binary11101101001101110001000100100110011011011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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