Shades of Dolphin #78777D
Tints of Dolphin #78777D
RGB
CMYK
RGB Variations
Color information
#78777D (or 0x78777D) is known color: Dolphin. HEX triplet: 78, 77 and 7D. RGB value is (120,119,125). Sum of RGB (Red+Green+Blue) = 120+119+125=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #78777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78777D is #878882. Grayscale: #777777. Windows color (decimal): -8882307 or 8222584. OLE color: 8222584.
HSL color Cylindrical-coordinate representation of color #78777D: hue angle of 250º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #78777D is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 119 | 125 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.51 |
| HSL | 250º | 0.02% | 0.48% | - |
| HSV(B) | 250º | 0.05% | 0.49% | - |
| XYZ | 18.04 | 18.67 | 22.05 | - |
| YUV | 119.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 125 | 0.04 | 0.05 | 0 | 0.51 | 250 | 0.02 | 0.48 |
| Hex | 78 | 77 | 7D | 4 | 5 | 0 | 33 | FA | 2 | 30 |
| Octal | 170 | 167 | 175 | 4 | 5 | 0 | 63 | 372 | 2 | 60 |
| Binary | 1111000 | 1110111 | 1111101 | 100 | 101 | 0 | 110011 | 11111010 | 10 | 110000 |
Color Harmonies of #78777D
Complementary color
Monochromatic Colors of #78777D
Black with #78777D
Text Example
Text Example
White with #78777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78777D; }
p { color: rgb(120,119,125); }
H1.HeaderClassName
{
color: #78777D;
}
.AnyTagClassName
{
color: #78777D;
}
</style>
background-color css
<style>
a { background-color: #78777D; }
a { background-color: rgb(120,119,125); }
div.DivClassName
{
background-color: #78777D;
}
.BgClassName
{
background-color: #78777D;
}
</style>
border-color css
<style>
span { border-color: #78777D; }
span { border-color: rgb(120,119,125); }
td.TdClassName
{
border-color: #78777D;
}
.TagClassName
{
border-color: #78777D;
}
</style>