Shades of Dolphin #777485
Tints of Dolphin #777485
RGB
CMYK
RGB Variations
Color information
#777485 (or 0x777485) is known color: Dolphin. HEX triplet: 77, 74 and 85. RGB value is (119,116,133). Sum of RGB (Red+Green+Blue) = 119+116+133=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #777485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777485 is #888B7A. Grayscale: #767676. Windows color (decimal): -8948603 or 8746103. OLE color: 8746103.
HSL color Cylindrical-coordinate representation of color #777485: hue angle of 250.59º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777485 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 116 | 133 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.48 |
| HSL | 250.59º | 0.07% | 0.49% | - |
| HSV(B) | 250.59º | 0.13% | 0.52% | - |
| XYZ | 18.09 | 18.11 | 24.73 | - |
| YUV | 118.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 133 | 0.11 | 0.13 | 0 | 0.48 | 250.59 | 0.07 | 0.49 |
| Hex | 77 | 74 | 85 | B | D | 0 | 30 | FB | 7 | 31 |
| Octal | 167 | 164 | 205 | 13 | 15 | 0 | 60 | 373 | 7 | 61 |
| Binary | 1110111 | 1110100 | 10000101 | 1011 | 1101 | 0 | 110000 | 11111011 | 111 | 110001 |
Color Harmonies of #777485
Complementary color
Monochromatic Colors of #777485
Black with #777485
Text Example
Text Example
White with #777485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777485; }
p { color: rgb(119,116,133); }
H1.HeaderClassName
{
color: #777485;
}
.AnyTagClassName
{
color: #777485;
}
</style>
background-color css
<style>
a { background-color: #777485; }
a { background-color: rgb(119,116,133); }
div.DivClassName
{
background-color: #777485;
}
.BgClassName
{
background-color: #777485;
}
</style>
border-color css
<style>
span { border-color: #777485; }
span { border-color: rgb(119,116,133); }
td.TdClassName
{
border-color: #777485;
}
.TagClassName
{
border-color: #777485;
}
</style>