Shades of Dolphin #737375
Tints of Dolphin #737375
RGB
CMYK
RGB Variations
Color information
#737375 (or 0x737375) is known color: Dolphin. HEX triplet: 73, 73 and 75. RGB value is (115,115,117). Sum of RGB (Red+Green+Blue) = 115+115+117=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 117 - color contains mainly: blue. Hex color #737375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737375 is #8C8C8A. Grayscale: #737373. Windows color (decimal): -9211019 or 7697267. OLE color: 7697267.
HSL color Cylindrical-coordinate representation of color #737375: hue angle of 240º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737375 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 115 | 115 | 117 | - |
CMYK | 0.02 | 0.02 | 0 | 0.54 |
HSL | 240º | 0.01% | 0.45% | - |
HSV(B) | 240º | 0.02% | 0.46% | - |
XYZ | 16.41 | 17.19 | 19.28 | - |
YUV | 115.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 115 | 117 | 0.02 | 0.02 | 0 | 0.54 | 240 | 0.01 | 0.45 |
Hex | 73 | 73 | 75 | 2 | 2 | 0 | 36 | F0 | 1 | 2D |
Octal | 163 | 163 | 165 | 2 | 2 | 0 | 66 | 360 | 1 | 55 |
Binary | 1110011 | 1110011 | 1110101 | 10 | 10 | 0 | 110110 | 11110000 | 1 | 101101 |
Color Harmonies of #737375
Complementary color
Monochromatic Colors of #737375
Black with #737375
Text Example
Text Example
White with #737375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737375; }
p { color: rgb(115,115,117); }
H1.HeaderClassName
{
color: #737375;
}
.AnyTagClassName
{
color: #737375;
}
</style>
background-color css
<style>
a { background-color: #737375; }
a { background-color: rgb(115,115,117); }
div.DivClassName
{
background-color: #737375;
}
.BgClassName
{
background-color: #737375;
}
</style>
border-color css
<style>
span { border-color: #737375; }
span { border-color: rgb(115,115,117); }
td.TdClassName
{
border-color: #737375;
}
.TagClassName
{
border-color: #737375;
}
</style>