Shades of Dolphin #777482
Tints of Dolphin #777482
RGB
CMYK
RGB Variations
Color information
#777482 (or 0x777482) is known color: Dolphin. HEX triplet: 77, 74 and 82. RGB value is (119,116,130). Sum of RGB (Red+Green+Blue) = 119+116+130=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #777482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777482 is #888B7D. Grayscale: #767676. Windows color (decimal): -8948606 or 8549495. OLE color: 8549495.
HSL color Cylindrical-coordinate representation of color #777482: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777482 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 116 | 130 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.49 |
| HSL | 252.86º | 0.06% | 0.48% | - |
| HSV(B) | 252.86º | 0.11% | 0.51% | - |
| XYZ | 17.88 | 18.02 | 23.66 | - |
| YUV | 118.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 130 | 0.08 | 0.11 | 0 | 0.49 | 252.86 | 0.06 | 0.48 |
| Hex | 77 | 74 | 82 | 8 | B | 0 | 31 | FD | 6 | 30 |
| Octal | 167 | 164 | 202 | 10 | 13 | 0 | 61 | 375 | 6 | 60 |
| Binary | 1110111 | 1110100 | 10000010 | 1000 | 1011 | 0 | 110001 | 11111101 | 110 | 110000 |
Color Harmonies of #777482
Complementary color
Monochromatic Colors of #777482
Black with #777482
Text Example
Text Example
White with #777482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777482; }
p { color: rgb(119,116,130); }
H1.HeaderClassName
{
color: #777482;
}
.AnyTagClassName
{
color: #777482;
}
</style>
background-color css
<style>
a { background-color: #777482; }
a { background-color: rgb(119,116,130); }
div.DivClassName
{
background-color: #777482;
}
.BgClassName
{
background-color: #777482;
}
</style>
border-color css
<style>
span { border-color: #777482; }
span { border-color: rgb(119,116,130); }
td.TdClassName
{
border-color: #777482;
}
.TagClassName
{
border-color: #777482;
}
</style>