#76291B

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

Shades of Pueblo #76291B

Tints of Pueblo #76291B

Color information

#76291B (or 0x76291B) is unknown color: approx Pueblo. HEX triplet: 76, 29 and 1B. RGB value is (118,41,27). Sum of RGB (Red+Green+Blue) = 118+41+27=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291B is #89D6E4. Grayscale: #3E3E3E. Windows color (decimal): -9033445 or 1780086. OLE color: 1780086.

HSL color Cylindrical-coordinate representation of color #76291B: hue angle of 9.23º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76291B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1184127-
CMYK00.650.770.54
HSL9.23º62.76%28.43%-
HSV(B)9.23º77.12%46.27%-
XYZ8.465.521.66-
YUV62.43108.01167.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=63.44%
G=22.04%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118412700.650.770.549.2362.7628.43
Hex76291B0414D3693f1c
Octal1665133010111566117734
Binary111011010100111011010000011001101110110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76291B; }

 p { color: rgb(118,41,27); }

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

<style>
 a { background-color: #76291B; }

 a { background-color: rgb(118,41,27); }

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

<style>
 span { border-color: #76291B; }

 span { border-color: rgb(118,41,27); }

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