Shades of Dolphin #777687
Tints of Dolphin #777687
RGB
CMYK
RGB Variations
Color information
#777687 (or 0x777687) is known color: Dolphin. HEX triplet: 77, 76 and 87. RGB value is (119,118,135). Sum of RGB (Red+Green+Blue) = 119+118+135=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #777687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777687 is #888978. Grayscale: #787878. Windows color (decimal): -8948089 or 8877687. OLE color: 8877687.
HSL color Cylindrical-coordinate representation of color #777687: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777687 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 118 | 135 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.47 |
| HSL | 243.53º | 0.07% | 0.5% | - |
| HSV(B) | 243.53º | 0.13% | 0.53% | - |
| XYZ | 18.46 | 18.63 | 25.54 | - |
| YUV | 120.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 135 | 0.12 | 0.13 | 0 | 0.47 | 243.53 | 0.07 | 0.5 |
| Hex | 77 | 76 | 87 | C | D | 0 | 2F | F4 | 7 | 32 |
| Octal | 167 | 166 | 207 | 14 | 15 | 0 | 57 | 364 | 7 | 62 |
| Binary | 1110111 | 1110110 | 10000111 | 1100 | 1101 | 0 | 101111 | 11110100 | 111 | 110010 |
Color Harmonies of #777687
Complementary color
Monochromatic Colors of #777687
Black with #777687
Text Example
Text Example
White with #777687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777687; }
p { color: rgb(119,118,135); }
H1.HeaderClassName
{
color: #777687;
}
.AnyTagClassName
{
color: #777687;
}
</style>
background-color css
<style>
a { background-color: #777687; }
a { background-color: rgb(119,118,135); }
div.DivClassName
{
background-color: #777687;
}
.BgClassName
{
background-color: #777687;
}
</style>
border-color css
<style>
span { border-color: #777687; }
span { border-color: rgb(119,118,135); }
td.TdClassName
{
border-color: #777687;
}
.TagClassName
{
border-color: #777687;
}
</style>