Shades of Dolphin #777585
Tints of Dolphin #777585
RGB
CMYK
RGB Variations
Color information
#777585 (or 0x777585) is known color: Dolphin. HEX triplet: 77, 75 and 85. RGB value is (119,117,133). Sum of RGB (Red+Green+Blue) = 119+117+133=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #777585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777585 is #888A7A. Grayscale: #777777. Windows color (decimal): -8948347 or 8746359. OLE color: 8746359.
HSL color Cylindrical-coordinate representation of color #777585: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777585 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 117 | 133 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.48 |
| HSL | 247.5º | 0.06% | 0.49% | - |
| HSV(B) | 247.5º | 0.12% | 0.52% | - |
| XYZ | 18.2 | 18.34 | 24.77 | - |
| YUV | 119.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 133 | 0.11 | 0.12 | 0 | 0.48 | 247.5 | 0.06 | 0.49 |
| Hex | 77 | 75 | 85 | B | C | 0 | 30 | F8 | 6 | 31 |
| Octal | 167 | 165 | 205 | 13 | 14 | 0 | 60 | 370 | 6 | 61 |
| Binary | 1110111 | 1110101 | 10000101 | 1011 | 1100 | 0 | 110000 | 11111000 | 110 | 110001 |
Color Harmonies of #777585
Complementary color
Monochromatic Colors of #777585
Black with #777585
Text Example
Text Example
White with #777585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777585; }
p { color: rgb(119,117,133); }
H1.HeaderClassName
{
color: #777585;
}
.AnyTagClassName
{
color: #777585;
}
</style>
background-color css
<style>
a { background-color: #777585; }
a { background-color: rgb(119,117,133); }
div.DivClassName
{
background-color: #777585;
}
.BgClassName
{
background-color: #777585;
}
</style>
border-color css
<style>
span { border-color: #777585; }
span { border-color: rgb(119,117,133); }
td.TdClassName
{
border-color: #777585;
}
.TagClassName
{
border-color: #777585;
}
</style>