Shades of Raven #727374
Tints of Raven #727374
RGB
CMYK
RGB Variations
Color information
#727374 (or 0x727374) is known color: Raven. HEX triplet: 72, 73 and 74. RGB value is (114,115,116). Sum of RGB (Red+Green+Blue) = 114+115+116=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 116 - color contains mainly: blue. Hex color #727374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727374 is #8D8C8B. Grayscale: #727272. Windows color (decimal): -9276556 or 7631730. OLE color: 7631730.
HSL color Cylindrical-coordinate representation of color #727374: hue angle of 210º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #727374 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 115 | 116 | - |
CMYK | 0.02 | 0.01 | 0 | 0.55 |
HSL | 210º | 0.01% | 0.45% | - |
HSV(B) | 210º | 0.02% | 0.45% | - |
XYZ | 16.22 | 17.1 | 18.97 | - |
YUV | 114.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 115 | 116 | 0.02 | 0.01 | 0 | 0.55 | 210 | 0.01 | 0.45 |
Hex | 72 | 73 | 74 | 2 | 1 | 0 | 37 | D2 | 1 | 2D |
Octal | 162 | 163 | 164 | 2 | 1 | 0 | 67 | 322 | 1 | 55 |
Binary | 1110010 | 1110011 | 1110100 | 10 | 1 | 0 | 110111 | 11010010 | 1 | 101101 |
Color Harmonies of #727374
Complementary color
Monochromatic Colors of #727374
Black with #727374
Text Example
Text Example
White with #727374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727374; }
p { color: rgb(114,115,116); }
H1.HeaderClassName
{
color: #727374;
}
.AnyTagClassName
{
color: #727374;
}
</style>
background-color css
<style>
a { background-color: #727374; }
a { background-color: rgb(114,115,116); }
div.DivClassName
{
background-color: #727374;
}
.BgClassName
{
background-color: #727374;
}
</style>
border-color css
<style>
span { border-color: #727374; }
span { border-color: rgb(114,115,116); }
td.TdClassName
{
border-color: #727374;
}
.TagClassName
{
border-color: #727374;
}
</style>