Shades of Raven #72777A
Tints of Raven #72777A
RGB
CMYK
RGB Variations
Color information
#72777A (or 0x72777A) is known color: Raven. HEX triplet: 72, 77 and 7A. RGB value is (114,119,122). Sum of RGB (Red+Green+Blue) = 114+119+122=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #72777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777A is #8D8885. Grayscale: #757575. Windows color (decimal): -9275526 or 8025970. OLE color: 8025970.
HSL color Cylindrical-coordinate representation of color #72777A: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72777A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 119 | 122 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.52 |
| HSL | 202.5º | 0.03% | 0.46% | - |
| HSV(B) | 202.5º | 0.07% | 0.48% | - |
| XYZ | 17.05 | 18.18 | 21.02 | - |
| YUV | 117.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 122 | 0.07 | 0.02 | 0 | 0.52 | 202.5 | 0.03 | 0.46 |
| Hex | 72 | 77 | 7A | 7 | 2 | 0 | 34 | CA | 3 | 2E |
| Octal | 162 | 167 | 172 | 7 | 2 | 0 | 64 | 312 | 3 | 56 |
| Binary | 1110010 | 1110111 | 1111010 | 111 | 10 | 0 | 110100 | 11001010 | 11 | 101110 |
Color Harmonies of #72777A
Complementary color
Monochromatic Colors of #72777A
Black with #72777A
Text Example
Text Example
White with #72777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72777A; }
p { color: rgb(114,119,122); }
H1.HeaderClassName
{
color: #72777A;
}
.AnyTagClassName
{
color: #72777A;
}
</style>
background-color css
<style>
a { background-color: #72777A; }
a { background-color: rgb(114,119,122); }
div.DivClassName
{
background-color: #72777A;
}
.BgClassName
{
background-color: #72777A;
}
</style>
border-color css
<style>
span { border-color: #72777A; }
span { border-color: rgb(114,119,122); }
td.TdClassName
{
border-color: #72777A;
}
.TagClassName
{
border-color: #72777A;
}
</style>