Shades of Dolphin #767588
Tints of Dolphin #767588
RGB
CMYK
RGB Variations
Color information
#767588 (or 0x767588) is known color: Dolphin. HEX triplet: 76, 75 and 88. RGB value is (118,117,136). Sum of RGB (Red+Green+Blue) = 118+117+136=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #767588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767588 is #898A77. Grayscale: #777777. Windows color (decimal): -9013880 or 8942966. OLE color: 8942966.
HSL color Cylindrical-coordinate representation of color #767588: hue angle of 243.16º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767588 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 117 | 136 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.47 |
| HSL | 243.16º | 0.08% | 0.5% | - |
| HSV(B) | 243.16º | 0.14% | 0.53% | - |
| XYZ | 18.28 | 18.35 | 25.87 | - |
| YUV | 119.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 136 | 0.13 | 0.14 | 0 | 0.47 | 243.16 | 0.08 | 0.5 |
| Hex | 76 | 75 | 88 | D | E | 0 | 2F | F3 | 8 | 32 |
| Octal | 166 | 165 | 210 | 15 | 16 | 0 | 57 | 363 | 10 | 62 |
| Binary | 1110110 | 1110101 | 10001000 | 1101 | 1110 | 0 | 101111 | 11110011 | 1000 | 110010 |
Color Harmonies of #767588
Complementary color
Monochromatic Colors of #767588
Black with #767588
Text Example
Text Example
White with #767588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767588; }
p { color: rgb(118,117,136); }
H1.HeaderClassName
{
color: #767588;
}
.AnyTagClassName
{
color: #767588;
}
</style>
background-color css
<style>
a { background-color: #767588; }
a { background-color: rgb(118,117,136); }
div.DivClassName
{
background-color: #767588;
}
.BgClassName
{
background-color: #767588;
}
</style>
border-color css
<style>
span { border-color: #767588; }
span { border-color: rgb(118,117,136); }
td.TdClassName
{
border-color: #767588;
}
.TagClassName
{
border-color: #767588;
}
</style>