Shades of Dolphin #77767C
Tints of Dolphin #77767C
RGB
CMYK
RGB Variations
Color information
#77767C (or 0x77767C) is known color: Dolphin. HEX triplet: 77, 76 and 7C. RGB value is (119,118,124). Sum of RGB (Red+Green+Blue) = 119+118+124=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #77767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77767C is #888983. Grayscale: #767676. Windows color (decimal): -8948100 or 8156791. OLE color: 8156791.
HSL color Cylindrical-coordinate representation of color #77767C: hue angle of 250º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #77767C is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 118 | 124 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.51 |
| HSL | 250º | 0.02% | 0.47% | - |
| HSV(B) | 250º | 0.05% | 0.49% | - |
| XYZ | 17.72 | 18.33 | 21.67 | - |
| YUV | 118.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 124 | 0.04 | 0.05 | 0 | 0.51 | 250 | 0.02 | 0.47 |
| Hex | 77 | 76 | 7C | 4 | 5 | 0 | 33 | FA | 2 | 2F |
| Octal | 167 | 166 | 174 | 4 | 5 | 0 | 63 | 372 | 2 | 57 |
| Binary | 1110111 | 1110110 | 1111100 | 100 | 101 | 0 | 110011 | 11111010 | 10 | 101111 |
Color Harmonies of #77767C
Complementary color
Monochromatic Colors of #77767C
Black with #77767C
Text Example
Text Example
White with #77767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77767C; }
p { color: rgb(119,118,124); }
H1.HeaderClassName
{
color: #77767C;
}
.AnyTagClassName
{
color: #77767C;
}
</style>
background-color css
<style>
a { background-color: #77767C; }
a { background-color: rgb(119,118,124); }
div.DivClassName
{
background-color: #77767C;
}
.BgClassName
{
background-color: #77767C;
}
</style>
border-color css
<style>
span { border-color: #77767C; }
span { border-color: rgb(119,118,124); }
td.TdClassName
{
border-color: #77767C;
}
.TagClassName
{
border-color: #77767C;
}
</style>