Shades of Raven #737578
Tints of Raven #737578
RGB
CMYK
RGB Variations
Color information
#737578 (or 0x737578) is known color: Raven. HEX triplet: 73, 75 and 78. RGB value is (115,117,120). Sum of RGB (Red+Green+Blue) = 115+117+120=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #737578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737578 is #8C8A87. Grayscale: #747474. Windows color (decimal): -9210504 or 7894387. OLE color: 7894387.
HSL color Cylindrical-coordinate representation of color #737578: hue angle of 216º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737578 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 117 | 120 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.53 |
| HSL | 216º | 0.02% | 0.46% | - |
| HSV(B) | 216º | 0.04% | 0.47% | - |
| XYZ | 16.82 | 17.72 | 20.3 | - |
| YUV | 116.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 120 | 0.04 | 0.02 | 0 | 0.53 | 216 | 0.02 | 0.46 |
| Hex | 73 | 75 | 78 | 4 | 2 | 0 | 35 | D8 | 2 | 2E |
| Octal | 163 | 165 | 170 | 4 | 2 | 0 | 65 | 330 | 2 | 56 |
| Binary | 1110011 | 1110101 | 1111000 | 100 | 10 | 0 | 110101 | 11011000 | 10 | 101110 |
Color Harmonies of #737578
Complementary color
Monochromatic Colors of #737578
Black with #737578
Text Example
Text Example
White with #737578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737578; }
p { color: rgb(115,117,120); }
H1.HeaderClassName
{
color: #737578;
}
.AnyTagClassName
{
color: #737578;
}
</style>
background-color css
<style>
a { background-color: #737578; }
a { background-color: rgb(115,117,120); }
div.DivClassName
{
background-color: #737578;
}
.BgClassName
{
background-color: #737578;
}
</style>
border-color css
<style>
span { border-color: #737578; }
span { border-color: rgb(115,117,120); }
td.TdClassName
{
border-color: #737578;
}
.TagClassName
{
border-color: #737578;
}
</style>