Shades of Raven #75797D
Tints of Raven #75797D
RGB
CMYK
RGB Variations
Color information
#75797D (or 0x75797D) is known color: Raven. HEX triplet: 75, 79 and 7D. RGB value is (117,121,125). Sum of RGB (Red+Green+Blue) = 117+121+125=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #75797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797D is #8A8682. Grayscale: #787878. Windows color (decimal): -9078403 or 8223093. OLE color: 8223093.
HSL color Cylindrical-coordinate representation of color #75797D: hue angle of 210º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75797D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 121 | 125 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.51 |
| HSL | 210º | 0.03% | 0.47% | - |
| HSV(B) | 210º | 0.06% | 0.49% | - |
| XYZ | 17.88 | 18.94 | 22.12 | - |
| YUV | 120.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 125 | 0.06 | 0.03 | 0 | 0.51 | 210 | 0.03 | 0.47 |
| Hex | 75 | 79 | 7D | 6 | 3 | 0 | 33 | D2 | 3 | 2F |
| Octal | 165 | 171 | 175 | 6 | 3 | 0 | 63 | 322 | 3 | 57 |
| Binary | 1110101 | 1111001 | 1111101 | 110 | 11 | 0 | 110011 | 11010010 | 11 | 101111 |
Color Harmonies of #75797D
Complementary color
Monochromatic Colors of #75797D
Black with #75797D
Text Example
Text Example
White with #75797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75797D; }
p { color: rgb(117,121,125); }
H1.HeaderClassName
{
color: #75797D;
}
.AnyTagClassName
{
color: #75797D;
}
</style>
background-color css
<style>
a { background-color: #75797D; }
a { background-color: rgb(117,121,125); }
div.DivClassName
{
background-color: #75797D;
}
.BgClassName
{
background-color: #75797D;
}
</style>
border-color css
<style>
span { border-color: #75797D; }
span { border-color: rgb(117,121,125); }
td.TdClassName
{
border-color: #75797D;
}
.TagClassName
{
border-color: #75797D;
}
</style>