Shades of Dolphin #767680
Tints of Dolphin #767680
RGB
CMYK
RGB Variations
Color information
#767680 (or 0x767680) is known color: Dolphin. HEX triplet: 76, 76 and 80. RGB value is (118,118,128). Sum of RGB (Red+Green+Blue) = 118+118+128=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #767680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767680 is #89897F. Grayscale: #777777. Windows color (decimal): -9013632 or 8418934. OLE color: 8418934.
HSL color Cylindrical-coordinate representation of color #767680: hue angle of 240º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767680 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 118 | 128 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.50 |
| HSL | 240º | 0.04% | 0.48% | - |
| HSV(B) | 240º | 0.08% | 0.5% | - |
| XYZ | 17.85 | 18.37 | 23.03 | - |
| YUV | 119.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 128 | 0.08 | 0.08 | 0 | 0.50 | 240 | 0.04 | 0.48 |
| Hex | 76 | 76 | 80 | 8 | 8 | 0 | 32 | F0 | 4 | 30 |
| Octal | 166 | 166 | 200 | 10 | 10 | 0 | 62 | 360 | 4 | 60 |
| Binary | 1110110 | 1110110 | 10000000 | 1000 | 1000 | 0 | 110010 | 11110000 | 100 | 110000 |
Color Harmonies of #767680
Complementary color
Monochromatic Colors of #767680
Black with #767680
Text Example
Text Example
White with #767680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767680; }
p { color: rgb(118,118,128); }
H1.HeaderClassName
{
color: #767680;
}
.AnyTagClassName
{
color: #767680;
}
</style>
background-color css
<style>
a { background-color: #767680; }
a { background-color: rgb(118,118,128); }
div.DivClassName
{
background-color: #767680;
}
.BgClassName
{
background-color: #767680;
}
</style>
border-color css
<style>
span { border-color: #767680; }
span { border-color: rgb(118,118,128); }
td.TdClassName
{
border-color: #767680;
}
.TagClassName
{
border-color: #767680;
}
</style>