Shades of Raven #77797B
Tints of Raven #77797B
RGB
CMYK
RGB Variations
Color information
#77797B (or 0x77797B) is known color: Raven. HEX triplet: 77, 79 and 7B. RGB value is (119,121,123). Sum of RGB (Red+Green+Blue) = 119+121+123=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 123 - color contains mainly: blue. Hex color #77797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77797B is #888684. Grayscale: #787878. Windows color (decimal): -8947333 or 8092023. OLE color: 8092023.
HSL color Cylindrical-coordinate representation of color #77797B: hue angle of 210º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #77797B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 121 | 123 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.52 |
| HSL | 210º | 0.02% | 0.47% | - |
| HSV(B) | 210º | 0.03% | 0.48% | - |
| XYZ | 18.02 | 19.03 | 21.46 | - |
| YUV | 120.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 123 | 0.03 | 0.02 | 0 | 0.52 | 210 | 0.02 | 0.47 |
| Hex | 77 | 79 | 7B | 3 | 2 | 0 | 34 | D2 | 2 | 2F |
| Octal | 167 | 171 | 173 | 3 | 2 | 0 | 64 | 322 | 2 | 57 |
| Binary | 1110111 | 1111001 | 1111011 | 11 | 10 | 0 | 110100 | 11010010 | 10 | 101111 |
Color Harmonies of #77797B
Complementary color
Monochromatic Colors of #77797B
Black with #77797B
Text Example
Text Example
White with #77797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77797B; }
p { color: rgb(119,121,123); }
H1.HeaderClassName
{
color: #77797B;
}
.AnyTagClassName
{
color: #77797B;
}
</style>
background-color css
<style>
a { background-color: #77797B; }
a { background-color: rgb(119,121,123); }
div.DivClassName
{
background-color: #77797B;
}
.BgClassName
{
background-color: #77797B;
}
</style>
border-color css
<style>
span { border-color: #77797B; }
span { border-color: rgb(119,121,123); }
td.TdClassName
{
border-color: #77797B;
}
.TagClassName
{
border-color: #77797B;
}
</style>