Shades of Dolphin #777484
Tints of Dolphin #777484
RGB
CMYK
RGB Variations
Color information
#777484 (or 0x777484) is known color: Dolphin. HEX triplet: 77, 74 and 84. RGB value is (119,116,132). Sum of RGB (Red+Green+Blue) = 119+116+132=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #777484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777484 is #888B7B. Grayscale: #767676. Windows color (decimal): -8948604 or 8680567. OLE color: 8680567.
HSL color Cylindrical-coordinate representation of color #777484: hue angle of 251.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777484 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 116 | 132 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.48 |
| HSL | 251.25º | 0.06% | 0.49% | - |
| HSV(B) | 251.25º | 0.12% | 0.52% | - |
| XYZ | 18.02 | 18.08 | 24.37 | - |
| YUV | 118.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 132 | 0.10 | 0.12 | 0 | 0.48 | 251.25 | 0.06 | 0.49 |
| Hex | 77 | 74 | 84 | A | C | 0 | 30 | FB | 6 | 31 |
| Octal | 167 | 164 | 204 | 12 | 14 | 0 | 60 | 373 | 6 | 61 |
| Binary | 1110111 | 1110100 | 10000100 | 1010 | 1100 | 0 | 110000 | 11111011 | 110 | 110001 |
Color Harmonies of #777484
Complementary color
Monochromatic Colors of #777484
Black with #777484
Text Example
Text Example
White with #777484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777484; }
p { color: rgb(119,116,132); }
H1.HeaderClassName
{
color: #777484;
}
.AnyTagClassName
{
color: #777484;
}
</style>
background-color css
<style>
a { background-color: #777484; }
a { background-color: rgb(119,116,132); }
div.DivClassName
{
background-color: #777484;
}
.BgClassName
{
background-color: #777484;
}
</style>
border-color css
<style>
span { border-color: #777484; }
span { border-color: rgb(119,116,132); }
td.TdClassName
{
border-color: #777484;
}
.TagClassName
{
border-color: #777484;
}
</style>