Shades of Dolphin #787683
Tints of Dolphin #787683
RGB
CMYK
RGB Variations
Color information
#787683 (or 0x787683) is known color: Dolphin. HEX triplet: 78, 76 and 83. RGB value is (120,118,131). Sum of RGB (Red+Green+Blue) = 120+118+131=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #787683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787683 is #87897C. Grayscale: #787878. Windows color (decimal): -8882557 or 8615544. OLE color: 8615544.
HSL color Cylindrical-coordinate representation of color #787683: hue angle of 249.23º 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 #787683 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 118 | 131 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.49 |
| HSL | 249.23º | 0.05% | 0.49% | - |
| HSV(B) | 249.23º | 0.1% | 0.51% | - |
| XYZ | 18.32 | 18.59 | 24.1 | - |
| YUV | 120.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 131 | 0.08 | 0.10 | 0 | 0.49 | 249.23 | 0.05 | 0.49 |
| Hex | 78 | 76 | 83 | 8 | A | 0 | 31 | F9 | 5 | 31 |
| Octal | 170 | 166 | 203 | 10 | 12 | 0 | 61 | 371 | 5 | 61 |
| Binary | 1111000 | 1110110 | 10000011 | 1000 | 1010 | 0 | 110001 | 11111001 | 101 | 110001 |
Color Harmonies of #787683
Complementary color
Monochromatic Colors of #787683
Black with #787683
Text Example
Text Example
White with #787683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787683; }
p { color: rgb(120,118,131); }
H1.HeaderClassName
{
color: #787683;
}
.AnyTagClassName
{
color: #787683;
}
</style>
background-color css
<style>
a { background-color: #787683; }
a { background-color: rgb(120,118,131); }
div.DivClassName
{
background-color: #787683;
}
.BgClassName
{
background-color: #787683;
}
</style>
border-color css
<style>
span { border-color: #787683; }
span { border-color: rgb(120,118,131); }
td.TdClassName
{
border-color: #787683;
}
.TagClassName
{
border-color: #787683;
}
</style>