Shades of Dolphin #77758A
Tints of Dolphin #77758A
RGB
CMYK
RGB Variations
Color information
#77758A (or 0x77758A) is known color: Dolphin. HEX triplet: 77, 75 and 8A. RGB value is (119,117,138). Sum of RGB (Red+Green+Blue) = 119+117+138=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #77758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77758A is #888A75. Grayscale: #777777. Windows color (decimal): -8948342 or 9074039. OLE color: 9074039.
HSL color Cylindrical-coordinate representation of color #77758A: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77758A is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 117 | 138 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.46 |
| HSL | 245.71º | 0.08% | 0.5% | - |
| HSV(B) | 245.71º | 0.15% | 0.54% | - |
| XYZ | 18.56 | 18.48 | 26.63 | - |
| YUV | 119.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 138 | 0.14 | 0.15 | 0 | 0.46 | 245.71 | 0.08 | 0.5 |
| Hex | 77 | 75 | 8A | E | F | 0 | 2E | F6 | 8 | 32 |
| Octal | 167 | 165 | 212 | 16 | 17 | 0 | 56 | 366 | 10 | 62 |
| Binary | 1110111 | 1110101 | 10001010 | 1110 | 1111 | 0 | 101110 | 11110110 | 1000 | 110010 |
Color Harmonies of #77758A
Complementary color
Monochromatic Colors of #77758A
Black with #77758A
Text Example
Text Example
White with #77758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77758A; }
p { color: rgb(119,117,138); }
H1.HeaderClassName
{
color: #77758A;
}
.AnyTagClassName
{
color: #77758A;
}
</style>
background-color css
<style>
a { background-color: #77758A; }
a { background-color: rgb(119,117,138); }
div.DivClassName
{
background-color: #77758A;
}
.BgClassName
{
background-color: #77758A;
}
</style>
border-color css
<style>
span { border-color: #77758A; }
span { border-color: rgb(119,117,138); }
td.TdClassName
{
border-color: #77758A;
}
.TagClassName
{
border-color: #77758A;
}
</style>