Shades of Dolphin #777683
Tints of Dolphin #777683
RGB
CMYK
RGB Variations
Color information
#777683 (or 0x777683) is known color: Dolphin. HEX triplet: 77, 76 and 83. RGB value is (119,118,131). Sum of RGB (Red+Green+Blue) = 119+118+131=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #777683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777683 is #88897C. Grayscale: #777777. Windows color (decimal): -8948093 or 8615543. OLE color: 8615543.
HSL color Cylindrical-coordinate representation of color #777683: hue angle of 244.62º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #777683 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 118 | 131 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.49 |
| HSL | 244.62º | 0.05% | 0.49% | - |
| HSV(B) | 244.62º | 0.1% | 0.51% | - |
| XYZ | 18.18 | 18.52 | 24.09 | - |
| YUV | 119.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 131 | 0.09 | 0.10 | 0 | 0.49 | 244.62 | 0.05 | 0.49 |
| Hex | 77 | 76 | 83 | 9 | A | 0 | 31 | F5 | 5 | 31 |
| Octal | 167 | 166 | 203 | 11 | 12 | 0 | 61 | 365 | 5 | 61 |
| Binary | 1110111 | 1110110 | 10000011 | 1001 | 1010 | 0 | 110001 | 11110101 | 101 | 110001 |
Color Harmonies of #777683
Complementary color
Monochromatic Colors of #777683
Black with #777683
Text Example
Text Example
White with #777683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777683; }
p { color: rgb(119,118,131); }
H1.HeaderClassName
{
color: #777683;
}
.AnyTagClassName
{
color: #777683;
}
</style>
background-color css
<style>
a { background-color: #777683; }
a { background-color: rgb(119,118,131); }
div.DivClassName
{
background-color: #777683;
}
.BgClassName
{
background-color: #777683;
}
</style>
border-color css
<style>
span { border-color: #777683; }
span { border-color: rgb(119,118,131); }
td.TdClassName
{
border-color: #777683;
}
.TagClassName
{
border-color: #777683;
}
</style>