Shades of Pueblo #77341E
Tints of Pueblo #77341E
RGB
CMYK
RGB Variations
Color information
#77341E (or 0x77341E) is known color: Pueblo. HEX triplet: 77, 34 and 1E. RGB value is (119,52,30). Sum of RGB (Red+Green+Blue) = 119+52+30=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341E is #88CBE1. Grayscale: #454545. Windows color (decimal): -8965090 or 1979511. OLE color: 1979511.
HSL color Cylindrical-coordinate representation of color #77341E: hue angle of 14.83º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77341E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 30 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.53 |
| HSL | 14.83º | 0.6% | 0.29% | - |
| HSV(B) | 14.83º | 0.75% | 0.47% | - |
| XYZ | 9.07 | 6.47 | 2 | - |
| YUV | 69.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 30 | 0 | 0.56 | 0.75 | 0.53 | 14.83 | 0.6 | 0.29 |
| Hex | 77 | 34 | 1E | 0 | 38 | 4B | 35 | F | 3C | 1D |
| Octal | 167 | 64 | 36 | 0 | 70 | 113 | 65 | 17 | 74 | 35 |
| Binary | 1110111 | 110100 | 11110 | 0 | 111000 | 1001011 | 110101 | 1111 | 111100 | 11101 |
Color Harmonies of #77341E
Complementary color
Monochromatic Colors of #77341E
Black with #77341E
Text Example
Text Example
White with #77341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77341E; }
p { color: rgb(119,52,30); }
H1.HeaderClassName
{
color: #77341E;
}
.AnyTagClassName
{
color: #77341E;
}
</style>
background-color css
<style>
a { background-color: #77341E; }
a { background-color: rgb(119,52,30); }
div.DivClassName
{
background-color: #77341E;
}
.BgClassName
{
background-color: #77341E;
}
</style>
border-color css
<style>
span { border-color: #77341E; }
span { border-color: rgb(119,52,30); }
td.TdClassName
{
border-color: #77341E;
}
.TagClassName
{
border-color: #77341E;
}
</style>