#76321B

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

Shades of Pueblo #76321B

Tints of Pueblo #76321B

Color information

#76321B (or 0x76321B) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 1B. RGB value is (118,50,27). Sum of RGB (Red+Green+Blue) = 118+50+27=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321B is #89CDE4. Grayscale: #434343. Windows color (decimal): -9031141 or 1782390. OLE color: 1782390.

HSL color Cylindrical-coordinate representation of color #76321B: hue angle of 15.16º 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 #76321B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1185027-
CMYK00.580.770.54
HSL15.16º62.76%28.43%-
HSV(B)15.16º77.12%46.27%-
XYZ8.816.211.77-
YUV67.71105.03163.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=60.51%
G=25.64%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118502700.580.770.5415.1662.7628.43
Hex76321B03A4D36f3f1c
Octal166623307211566177734
Binary11101101100101101101110101001101110110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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