Shades of Dolphin #777689
Tints of Dolphin #777689
RGB
CMYK
RGB Variations
Color information
#777689 (or 0x777689) is known color: Dolphin. HEX triplet: 77, 76 and 89. RGB value is (119,118,137). Sum of RGB (Red+Green+Blue) = 119+118+137=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #777689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777689 is #888976. Grayscale: #787878. Windows color (decimal): -8948087 or 9008759. OLE color: 9008759.
HSL color Cylindrical-coordinate representation of color #777689: hue angle of 243.16º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777689 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 118 | 137 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.46 |
| HSL | 243.16º | 0.07% | 0.5% | - |
| HSV(B) | 243.16º | 0.14% | 0.54% | - |
| XYZ | 18.6 | 18.68 | 26.29 | - |
| YUV | 120.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 137 | 0.13 | 0.14 | 0 | 0.46 | 243.16 | 0.07 | 0.5 |
| Hex | 77 | 76 | 89 | D | E | 0 | 2E | F3 | 7 | 32 |
| Octal | 167 | 166 | 211 | 15 | 16 | 0 | 56 | 363 | 7 | 62 |
| Binary | 1110111 | 1110110 | 10001001 | 1101 | 1110 | 0 | 101110 | 11110011 | 111 | 110010 |
Color Harmonies of #777689
Complementary color
Monochromatic Colors of #777689
Black with #777689
Text Example
Text Example
White with #777689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777689; }
p { color: rgb(119,118,137); }
H1.HeaderClassName
{
color: #777689;
}
.AnyTagClassName
{
color: #777689;
}
</style>
background-color css
<style>
a { background-color: #777689; }
a { background-color: rgb(119,118,137); }
div.DivClassName
{
background-color: #777689;
}
.BgClassName
{
background-color: #777689;
}
</style>
border-color css
<style>
span { border-color: #777689; }
span { border-color: rgb(119,118,137); }
td.TdClassName
{
border-color: #777689;
}
.TagClassName
{
border-color: #777689;
}
</style>