Shades of Dolphin #797881
Tints of Dolphin #797881
RGB
CMYK
RGB Variations
Color information
#797881 (or 0x797881) is known color: Dolphin. HEX triplet: 79, 78 and 81. RGB value is (121,120,129). Sum of RGB (Red+Green+Blue) = 121+120+129=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #797881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797881 is #86877E. Grayscale: #797979. Windows color (decimal): -8816511 or 8484985. OLE color: 8484985.
HSL color Cylindrical-coordinate representation of color #797881: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797881 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 121 | 120 | 129 | - |
CMYK | 0.06 | 0.07 | 0 | 0.49 |
HSL | 246.67º | 0.04% | 0.49% | - |
HSV(B) | 246.67º | 0.07% | 0.51% | - |
XYZ | 18.56 | 19.08 | 23.47 | - |
YUV | 121.33 | 132.33 | 127.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 121 | 120 | 129 | 0.06 | 0.07 | 0 | 0.49 | 246.67 | 0.04 | 0.49 |
Hex | 79 | 78 | 81 | 6 | 7 | 0 | 31 | F7 | 4 | 31 |
Octal | 171 | 170 | 201 | 6 | 7 | 0 | 61 | 367 | 4 | 61 |
Binary | 1111001 | 1111000 | 10000001 | 110 | 111 | 0 | 110001 | 11110111 | 100 | 110001 |
Color Harmonies of #797881
Complementary color
Monochromatic Colors of #797881
Black with #797881
Text Example
Text Example
White with #797881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797881; }
p { color: rgb(121,120,129); }
H1.HeaderClassName
{
color: #797881;
}
.AnyTagClassName
{
color: #797881;
}
</style>
background-color css
<style>
a { background-color: #797881; }
a { background-color: rgb(121,120,129); }
div.DivClassName
{
background-color: #797881;
}
.BgClassName
{
background-color: #797881;
}
</style>
border-color css
<style>
span { border-color: #797881; }
span { border-color: rgb(121,120,129); }
td.TdClassName
{
border-color: #797881;
}
.TagClassName
{
border-color: #797881;
}
</style>