Shades of Dolphin #737378
Tints of Dolphin #737378
RGB
CMYK
RGB Variations
Color information
#737378 (or 0x737378) is known color: Dolphin. HEX triplet: 73, 73 and 78. RGB value is (115,115,120). Sum of RGB (Red+Green+Blue) = 115+115+120=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 120 - color contains mainly: blue. Hex color #737378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737378 is #8C8C87. Grayscale: #737373. Windows color (decimal): -9211016 or 7893875. OLE color: 7893875.
HSL color Cylindrical-coordinate representation of color #737378: hue angle of 240º 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 #737378 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 115 | 120 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.53 |
| HSL | 240º | 0.02% | 0.46% | - |
| HSV(B) | 240º | 0.04% | 0.47% | - |
| XYZ | 16.59 | 17.26 | 20.23 | - |
| YUV | 115.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 120 | 0.04 | 0.04 | 0 | 0.53 | 240 | 0.02 | 0.46 |
| Hex | 73 | 73 | 78 | 4 | 4 | 0 | 35 | F0 | 2 | 2E |
| Octal | 163 | 163 | 170 | 4 | 4 | 0 | 65 | 360 | 2 | 56 |
| Binary | 1110011 | 1110011 | 1111000 | 100 | 100 | 0 | 110101 | 11110000 | 10 | 101110 |
Color Harmonies of #737378
Complementary color
Monochromatic Colors of #737378
Black with #737378
Text Example
Text Example
White with #737378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737378; }
p { color: rgb(115,115,120); }
H1.HeaderClassName
{
color: #737378;
}
.AnyTagClassName
{
color: #737378;
}
</style>
background-color css
<style>
a { background-color: #737378; }
a { background-color: rgb(115,115,120); }
div.DivClassName
{
background-color: #737378;
}
.BgClassName
{
background-color: #737378;
}
</style>
border-color css
<style>
span { border-color: #737378; }
span { border-color: rgb(115,115,120); }
td.TdClassName
{
border-color: #737378;
}
.TagClassName
{
border-color: #737378;
}
</style>