Shades of Dolphin #777483
Tints of Dolphin #777483
RGB
CMYK
RGB Variations
Color information
#777483 (or 0x777483) is known color: Dolphin. HEX triplet: 77, 74 and 83. RGB value is (119,116,131). Sum of RGB (Red+Green+Blue) = 119+116+131=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #777483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777483 is #888B7C. Grayscale: #767676. Windows color (decimal): -8948605 or 8615031. OLE color: 8615031.
HSL color Cylindrical-coordinate representation of color #777483: hue angle of 252º 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 #777483 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 116 | 131 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.49 |
| HSL | 252º | 0.06% | 0.48% | - |
| HSV(B) | 252º | 0.11% | 0.51% | - |
| XYZ | 17.95 | 18.05 | 24.01 | - |
| YUV | 118.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 131 | 0.09 | 0.11 | 0 | 0.49 | 252 | 0.06 | 0.48 |
| Hex | 77 | 74 | 83 | 9 | B | 0 | 31 | FC | 6 | 30 |
| Octal | 167 | 164 | 203 | 11 | 13 | 0 | 61 | 374 | 6 | 60 |
| Binary | 1110111 | 1110100 | 10000011 | 1001 | 1011 | 0 | 110001 | 11111100 | 110 | 110000 |
Color Harmonies of #777483
Complementary color
Monochromatic Colors of #777483
Black with #777483
Text Example
Text Example
White with #777483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777483; }
p { color: rgb(119,116,131); }
H1.HeaderClassName
{
color: #777483;
}
.AnyTagClassName
{
color: #777483;
}
</style>
background-color css
<style>
a { background-color: #777483; }
a { background-color: rgb(119,116,131); }
div.DivClassName
{
background-color: #777483;
}
.BgClassName
{
background-color: #777483;
}
</style>
border-color css
<style>
span { border-color: #777483; }
span { border-color: rgb(119,116,131); }
td.TdClassName
{
border-color: #777483;
}
.TagClassName
{
border-color: #777483;
}
</style>