Shades of Raven #72767B
Tints of Raven #72767B
RGB
CMYK
RGB Variations
Color information
#72767B (or 0x72767B) is known color: Raven. HEX triplet: 72, 76 and 7B. RGB value is (114,118,123). Sum of RGB (Red+Green+Blue) = 114+118+123=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #72767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72767B is #8D8984. Grayscale: #757575. Windows color (decimal): -9275781 or 8091250. OLE color: 8091250.
HSL color Cylindrical-coordinate representation of color #72767B: hue angle of 213.33º degrees, saturation: 0.04, 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 #72767B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 118 | 123 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.52 |
| HSL | 213.33º | 0.04% | 0.46% | - |
| HSV(B) | 213.33º | 0.07% | 0.48% | - |
| XYZ | 16.99 | 17.96 | 21.31 | - |
| YUV | 117.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 123 | 0.07 | 0.04 | 0 | 0.52 | 213.33 | 0.04 | 0.46 |
| Hex | 72 | 76 | 7B | 7 | 4 | 0 | 34 | D5 | 4 | 2E |
| Octal | 162 | 166 | 173 | 7 | 4 | 0 | 64 | 325 | 4 | 56 |
| Binary | 1110010 | 1110110 | 1111011 | 111 | 100 | 0 | 110100 | 11010101 | 100 | 101110 |
Color Harmonies of #72767B
Complementary color
Monochromatic Colors of #72767B
Black with #72767B
Text Example
Text Example
White with #72767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72767B; }
p { color: rgb(114,118,123); }
H1.HeaderClassName
{
color: #72767B;
}
.AnyTagClassName
{
color: #72767B;
}
</style>
background-color css
<style>
a { background-color: #72767B; }
a { background-color: rgb(114,118,123); }
div.DivClassName
{
background-color: #72767B;
}
.BgClassName
{
background-color: #72767B;
}
</style>
border-color css
<style>
span { border-color: #72767B; }
span { border-color: rgb(114,118,123); }
td.TdClassName
{
border-color: #72767B;
}
.TagClassName
{
border-color: #72767B;
}
</style>