Shades of Dolphin #77777B
Tints of Dolphin #77777B
RGB
CMYK
RGB Variations
Color information
#77777B (or 0x77777B) is known color: Dolphin. HEX triplet: 77, 77 and 7B. RGB value is (119,119,123). Sum of RGB (Red+Green+Blue) = 119+119+123=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 123 - color contains mainly: blue. Hex color #77777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77777B is #888884. Grayscale: #777777. Windows color (decimal): -8947845 or 8091511. OLE color: 8091511.
HSL color Cylindrical-coordinate representation of color #77777B: hue angle of 240º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #77777B is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 119 | 123 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.52 |
| HSL | 240º | 0.02% | 0.47% | - |
| HSV(B) | 240º | 0.03% | 0.48% | - |
| XYZ | 17.78 | 18.55 | 21.38 | - |
| YUV | 119.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 123 | 0.03 | 0.03 | 0 | 0.52 | 240 | 0.02 | 0.47 |
| Hex | 77 | 77 | 7B | 3 | 3 | 0 | 34 | F0 | 2 | 2F |
| Octal | 167 | 167 | 173 | 3 | 3 | 0 | 64 | 360 | 2 | 57 |
| Binary | 1110111 | 1110111 | 1111011 | 11 | 11 | 0 | 110100 | 11110000 | 10 | 101111 |
Color Harmonies of #77777B
Complementary color
Monochromatic Colors of #77777B
Black with #77777B
Text Example
Text Example
White with #77777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77777B; }
p { color: rgb(119,119,123); }
H1.HeaderClassName
{
color: #77777B;
}
.AnyTagClassName
{
color: #77777B;
}
</style>
background-color css
<style>
a { background-color: #77777B; }
a { background-color: rgb(119,119,123); }
div.DivClassName
{
background-color: #77777B;
}
.BgClassName
{
background-color: #77777B;
}
</style>
border-color css
<style>
span { border-color: #77777B; }
span { border-color: rgb(119,119,123); }
td.TdClassName
{
border-color: #77777B;
}
.TagClassName
{
border-color: #77777B;
}
</style>