Shades of Dolphin #76748A
Tints of Dolphin #76748A
RGB
CMYK
RGB Variations
Color information
#76748A (or 0x76748A) is known color: Dolphin. HEX triplet: 76, 74 and 8A. RGB value is (118,116,138). Sum of RGB (Red+Green+Blue) = 118+116+138=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #76748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76748A is #898B75. Grayscale: #777777. Windows color (decimal): -9014134 or 9073782. OLE color: 9073782.
HSL color Cylindrical-coordinate representation of color #76748A: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76748A is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 116 | 138 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.46 |
| HSL | 245.45º | 0.09% | 0.5% | - |
| HSV(B) | 245.45º | 0.16% | 0.54% | - |
| XYZ | 18.3 | 18.18 | 26.59 | - |
| YUV | 119.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 138 | 0.14 | 0.16 | 0 | 0.46 | 245.45 | 0.09 | 0.5 |
| Hex | 76 | 74 | 8A | E | 10 | 0 | 2E | F5 | 9 | 32 |
| Octal | 166 | 164 | 212 | 16 | 20 | 0 | 56 | 365 | 11 | 62 |
| Binary | 1110110 | 1110100 | 10001010 | 1110 | 10000 | 0 | 101110 | 11110101 | 1001 | 110010 |
Color Harmonies of #76748A
Complementary color
Monochromatic Colors of #76748A
Black with #76748A
Text Example
Text Example
White with #76748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76748A; }
p { color: rgb(118,116,138); }
H1.HeaderClassName
{
color: #76748A;
}
.AnyTagClassName
{
color: #76748A;
}
</style>
background-color css
<style>
a { background-color: #76748A; }
a { background-color: rgb(118,116,138); }
div.DivClassName
{
background-color: #76748A;
}
.BgClassName
{
background-color: #76748A;
}
</style>
border-color css
<style>
span { border-color: #76748A; }
span { border-color: rgb(118,116,138); }
td.TdClassName
{
border-color: #76748A;
}
.TagClassName
{
border-color: #76748A;
}
</style>