Shades of Dolphin #777587
Tints of Dolphin #777587
RGB
CMYK
RGB Variations
Color information
#777587 (or 0x777587) is known color: Dolphin. HEX triplet: 77, 75 and 87. RGB value is (119,117,135). Sum of RGB (Red+Green+Blue) = 119+117+135=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #777587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777587 is #888A78. Grayscale: #777777. Windows color (decimal): -8948345 or 8877431. OLE color: 8877431.
HSL color Cylindrical-coordinate representation of color #777587: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777587 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 117 | 135 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.47 |
| HSL | 246.67º | 0.07% | 0.49% | - |
| HSV(B) | 246.67º | 0.13% | 0.53% | - |
| XYZ | 18.34 | 18.39 | 25.51 | - |
| YUV | 119.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 135 | 0.12 | 0.13 | 0 | 0.47 | 246.67 | 0.07 | 0.49 |
| Hex | 77 | 75 | 87 | C | D | 0 | 2F | F7 | 7 | 31 |
| Octal | 167 | 165 | 207 | 14 | 15 | 0 | 57 | 367 | 7 | 61 |
| Binary | 1110111 | 1110101 | 10000111 | 1100 | 1101 | 0 | 101111 | 11110111 | 111 | 110001 |
Color Harmonies of #777587
Complementary color
Monochromatic Colors of #777587
Black with #777587
Text Example
Text Example
White with #777587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777587; }
p { color: rgb(119,117,135); }
H1.HeaderClassName
{
color: #777587;
}
.AnyTagClassName
{
color: #777587;
}
</style>
background-color css
<style>
a { background-color: #777587; }
a { background-color: rgb(119,117,135); }
div.DivClassName
{
background-color: #777587;
}
.BgClassName
{
background-color: #777587;
}
</style>
border-color css
<style>
span { border-color: #777587; }
span { border-color: rgb(119,117,135); }
td.TdClassName
{
border-color: #777587;
}
.TagClassName
{
border-color: #777587;
}
</style>