Shades of Dolphin #797888
Tints of Dolphin #797888
RGB
CMYK
RGB Variations
Color information
#797888 (or 0x797888) is known color: Dolphin. HEX triplet: 79, 78 and 88. RGB value is (121,120,136). Sum of RGB (Red+Green+Blue) = 121+120+136=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #797888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797888 is #868777. Grayscale: #7A7A7A. Windows color (decimal): -8816504 or 8943737. OLE color: 8943737.
HSL color Cylindrical-coordinate representation of color #797888: hue angle of 243.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797888 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 120 | 136 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.47 |
| HSL | 243.75º | 0.06% | 0.5% | - |
| HSV(B) | 243.75º | 0.12% | 0.53% | - |
| XYZ | 19.05 | 19.28 | 26.01 | - |
| YUV | 122.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 136 | 0.11 | 0.12 | 0 | 0.47 | 243.75 | 0.06 | 0.5 |
| Hex | 79 | 78 | 88 | B | C | 0 | 2F | F4 | 6 | 32 |
| Octal | 171 | 170 | 210 | 13 | 14 | 0 | 57 | 364 | 6 | 62 |
| Binary | 1111001 | 1111000 | 10001000 | 1011 | 1100 | 0 | 101111 | 11110100 | 110 | 110010 |
Color Harmonies of #797888
Complementary color
Monochromatic Colors of #797888
Black with #797888
Text Example
Text Example
White with #797888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797888; }
p { color: rgb(121,120,136); }
H1.HeaderClassName
{
color: #797888;
}
.AnyTagClassName
{
color: #797888;
}
</style>
background-color css
<style>
a { background-color: #797888; }
a { background-color: rgb(121,120,136); }
div.DivClassName
{
background-color: #797888;
}
.BgClassName
{
background-color: #797888;
}
</style>
border-color css
<style>
span { border-color: #797888; }
span { border-color: rgb(121,120,136); }
td.TdClassName
{
border-color: #797888;
}
.TagClassName
{
border-color: #797888;
}
</style>