Shades of Dolphin #777588
Tints of Dolphin #777588
RGB
CMYK
RGB Variations
Color information
#777588 (or 0x777588) is known color: Dolphin. HEX triplet: 77, 75 and 88. RGB value is (119,117,136). Sum of RGB (Red+Green+Blue) = 119+117+136=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #777588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777588 is #888A77. Grayscale: #777777. Windows color (decimal): -8948344 or 8942967. OLE color: 8942967.
HSL color Cylindrical-coordinate representation of color #777588: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777588 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 117 | 136 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.47 |
| HSL | 246.32º | 0.08% | 0.5% | - |
| HSV(B) | 246.32º | 0.14% | 0.53% | - |
| XYZ | 18.41 | 18.42 | 25.88 | - |
| YUV | 119.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 136 | 0.12 | 0.14 | 0 | 0.47 | 246.32 | 0.08 | 0.5 |
| Hex | 77 | 75 | 88 | C | E | 0 | 2F | F6 | 8 | 32 |
| Octal | 167 | 165 | 210 | 14 | 16 | 0 | 57 | 366 | 10 | 62 |
| Binary | 1110111 | 1110101 | 10001000 | 1100 | 1110 | 0 | 101111 | 11110110 | 1000 | 110010 |
Color Harmonies of #777588
Complementary color
Monochromatic Colors of #777588
Black with #777588
Text Example
Text Example
White with #777588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777588; }
p { color: rgb(119,117,136); }
H1.HeaderClassName
{
color: #777588;
}
.AnyTagClassName
{
color: #777588;
}
</style>
background-color css
<style>
a { background-color: #777588; }
a { background-color: rgb(119,117,136); }
div.DivClassName
{
background-color: #777588;
}
.BgClassName
{
background-color: #777588;
}
</style>
border-color css
<style>
span { border-color: #777588; }
span { border-color: rgb(119,117,136); }
td.TdClassName
{
border-color: #777588;
}
.TagClassName
{
border-color: #777588;
}
</style>