Shades of Dolphin #747378
Tints of Dolphin #747378
RGB
CMYK
RGB Variations
Color information
#747378 (or 0x747378) is known color: Dolphin. HEX triplet: 74, 73 and 78. RGB value is (116,115,120). Sum of RGB (Red+Green+Blue) = 116+115+120=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 120 - color contains mainly: blue. Hex color #747378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747378 is #8B8C87. Grayscale: #737373. Windows color (decimal): -9145480 or 7893876. OLE color: 7893876.
HSL color Cylindrical-coordinate representation of color #747378: hue angle of 252º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747378 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 115 | 120 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.53 |
| HSL | 252º | 0.02% | 0.46% | - |
| HSV(B) | 252º | 0.04% | 0.47% | - |
| XYZ | 16.72 | 17.33 | 20.23 | - |
| YUV | 115.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 120 | 0.03 | 0.04 | 0 | 0.53 | 252 | 0.02 | 0.46 |
| Hex | 74 | 73 | 78 | 3 | 4 | 0 | 35 | FC | 2 | 2E |
| Octal | 164 | 163 | 170 | 3 | 4 | 0 | 65 | 374 | 2 | 56 |
| Binary | 1110100 | 1110011 | 1111000 | 11 | 100 | 0 | 110101 | 11111100 | 10 | 101110 |
Color Harmonies of #747378
Complementary color
Monochromatic Colors of #747378
Black with #747378
Text Example
Text Example
White with #747378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747378; }
p { color: rgb(116,115,120); }
H1.HeaderClassName
{
color: #747378;
}
.AnyTagClassName
{
color: #747378;
}
</style>
background-color css
<style>
a { background-color: #747378; }
a { background-color: rgb(116,115,120); }
div.DivClassName
{
background-color: #747378;
}
.BgClassName
{
background-color: #747378;
}
</style>
border-color css
<style>
span { border-color: #747378; }
span { border-color: rgb(116,115,120); }
td.TdClassName
{
border-color: #747378;
}
.TagClassName
{
border-color: #747378;
}
</style>