Shades of Raven #74777B
Tints of Raven #74777B
RGB
CMYK
RGB Variations
Color information
#74777B (or 0x74777B) is known color: Raven. HEX triplet: 74, 77 and 7B. RGB value is (116,119,123). Sum of RGB (Red+Green+Blue) = 116+119+123=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #74777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74777B is #8B8884. Grayscale: #767676. Windows color (decimal): -9144453 or 8091508. OLE color: 8091508.
HSL color Cylindrical-coordinate representation of color #74777B: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74777B is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 119 | 123 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.52 |
| HSL | 214.29º | 0.03% | 0.47% | - |
| HSV(B) | 214.29º | 0.06% | 0.48% | - |
| XYZ | 17.37 | 18.34 | 21.36 | - |
| YUV | 118.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 123 | 0.06 | 0.03 | 0 | 0.52 | 214.29 | 0.03 | 0.47 |
| Hex | 74 | 77 | 7B | 6 | 3 | 0 | 34 | D6 | 3 | 2F |
| Octal | 164 | 167 | 173 | 6 | 3 | 0 | 64 | 326 | 3 | 57 |
| Binary | 1110100 | 1110111 | 1111011 | 110 | 11 | 0 | 110100 | 11010110 | 11 | 101111 |
Color Harmonies of #74777B
Complementary color
Monochromatic Colors of #74777B
Black with #74777B
Text Example
Text Example
White with #74777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74777B; }
p { color: rgb(116,119,123); }
H1.HeaderClassName
{
color: #74777B;
}
.AnyTagClassName
{
color: #74777B;
}
</style>
background-color css
<style>
a { background-color: #74777B; }
a { background-color: rgb(116,119,123); }
div.DivClassName
{
background-color: #74777B;
}
.BgClassName
{
background-color: #74777B;
}
</style>
border-color css
<style>
span { border-color: #74777B; }
span { border-color: rgb(116,119,123); }
td.TdClassName
{
border-color: #74777B;
}
.TagClassName
{
border-color: #74777B;
}
</style>