#76291D

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

Shades of Pueblo #76291D

Tints of Pueblo #76291D

Color information

#76291D (or 0x76291D) is unknown color: approx Pueblo. HEX triplet: 76, 29 and 1D. RGB value is (118,41,29). Sum of RGB (Red+Green+Blue) = 118+41+29=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291D is #89D6E2. Grayscale: #3E3E3E. Windows color (decimal): -9033443 or 1911158. OLE color: 1911158.

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

Color convert

RGB1184129-
CMYK00.650.750.54
HSL8.09º60.54%28.82%-
HSV(B)8.09º75.42%46.27%-
XYZ8.495.531.78-
YUV62.65109.01167.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=62.77%
G=21.81%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118412900.650.750.548.0960.5428.82
Hex76291D0414B3683d1d
Octal1665135010111366107535
Binary111011010100111101010000011001011110110100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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