Shades of Pueblo #772F1F
Tints of Pueblo #772F1F
RGB
CMYK
RGB Variations
Color information
#772F1F (or 0x772F1F) is known color: Pueblo. HEX triplet: 77, 2F and 1F. RGB value is (119,47,31). Sum of RGB (Red+Green+Blue) = 119+47+31=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F1F is #88D0E0. Grayscale: #424242. Windows color (decimal): -8966369 or 2043767. OLE color: 2043767.
HSL color Cylindrical-coordinate representation of color #772F1F: hue angle of 10.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772F1F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 31 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.53 |
| HSL | 10.91º | 0.59% | 0.29% | - |
| HSV(B) | 10.91º | 0.74% | 0.47% | - |
| XYZ | 8.87 | 6.05 | 2 | - |
| YUV | 66.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 31 | 0 | 0.61 | 0.74 | 0.53 | 10.91 | 0.59 | 0.29 |
| Hex | 77 | 2F | 1F | 0 | 3D | 4A | 35 | B | 3B | 1D |
| Octal | 167 | 57 | 37 | 0 | 75 | 112 | 65 | 13 | 73 | 35 |
| Binary | 1110111 | 101111 | 11111 | 0 | 111101 | 1001010 | 110101 | 1011 | 111011 | 11101 |
Color Harmonies of #772F1F
Complementary color
Monochromatic Colors of #772F1F
Black with #772F1F
Text Example
Text Example
White with #772F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F1F; }
p { color: rgb(119,47,31); }
H1.HeaderClassName
{
color: #772F1F;
}
.AnyTagClassName
{
color: #772F1F;
}
</style>
background-color css
<style>
a { background-color: #772F1F; }
a { background-color: rgb(119,47,31); }
div.DivClassName
{
background-color: #772F1F;
}
.BgClassName
{
background-color: #772F1F;
}
</style>
border-color css
<style>
span { border-color: #772F1F; }
span { border-color: rgb(119,47,31); }
td.TdClassName
{
border-color: #772F1F;
}
.TagClassName
{
border-color: #772F1F;
}
</style>