Shades of Dolphin #77767D
Tints of Dolphin #77767D
RGB
CMYK
RGB Variations
Color information
#77767D (or 0x77767D) is known color: Dolphin. HEX triplet: 77, 76 and 7D. RGB value is (119,118,125). Sum of RGB (Red+Green+Blue) = 119+118+125=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 125 - color contains mainly: blue. Hex color #77767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77767D is #888982. Grayscale: #777777. Windows color (decimal): -8948099 or 8222327. OLE color: 8222327.
HSL color Cylindrical-coordinate representation of color #77767D: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #77767D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 118 | 125 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.51 |
| HSL | 248.57º | 0.03% | 0.48% | - |
| HSV(B) | 248.57º | 0.06% | 0.49% | - |
| XYZ | 17.79 | 18.36 | 22.01 | - |
| YUV | 119.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 125 | 0.05 | 0.06 | 0 | 0.51 | 248.57 | 0.03 | 0.48 |
| Hex | 77 | 76 | 7D | 5 | 6 | 0 | 33 | F9 | 3 | 30 |
| Octal | 167 | 166 | 175 | 5 | 6 | 0 | 63 | 371 | 3 | 60 |
| Binary | 1110111 | 1110110 | 1111101 | 101 | 110 | 0 | 110011 | 11111001 | 11 | 110000 |
Color Harmonies of #77767D
Complementary color
Monochromatic Colors of #77767D
Black with #77767D
Text Example
Text Example
White with #77767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77767D; }
p { color: rgb(119,118,125); }
H1.HeaderClassName
{
color: #77767D;
}
.AnyTagClassName
{
color: #77767D;
}
</style>
background-color css
<style>
a { background-color: #77767D; }
a { background-color: rgb(119,118,125); }
div.DivClassName
{
background-color: #77767D;
}
.BgClassName
{
background-color: #77767D;
}
</style>
border-color css
<style>
span { border-color: #77767D; }
span { border-color: rgb(119,118,125); }
td.TdClassName
{
border-color: #77767D;
}
.TagClassName
{
border-color: #77767D;
}
</style>