Shades of Dolphin #757576
Tints of Dolphin #757576
RGB
CMYK
RGB Variations
Color information
#757576 (or 0x757576) is known color: Dolphin. HEX triplet: 75, 75 and 76. RGB value is (117,117,118). Sum of RGB (Red+Green+Blue) = 117+117+118=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 118 - color contains mainly: blue. Hex color #757576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757576 is #8A8A89. Grayscale: #757575. Windows color (decimal): -9079434 or 7763317. OLE color: 7763317.
HSL color Cylindrical-coordinate representation of color #757576: hue angle of 240º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #757576 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 117 | 117 | 118 | - |
CMYK | 0.01 | 0.01 | 0 | 0.54 |
HSL | 240º | 0% | 0.46% | - |
HSV(B) | 240º | 0.01% | 0.46% | - |
XYZ | 16.97 | 17.81 | 19.68 | - |
YUV | 117.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 117 | 118 | 0.01 | 0.01 | 0 | 0.54 | 240 | 0 | 0.46 |
Hex | 75 | 75 | 76 | 1 | 1 | 0 | 36 | F0 | 0 | 2E |
Octal | 165 | 165 | 166 | 1 | 1 | 0 | 66 | 360 | 0 | 56 |
Binary | 1110101 | 1110101 | 1110110 | 1 | 1 | 0 | 110110 | 11110000 | 0 | 101110 |
Color Harmonies of #757576
Complementary color
Monochromatic Colors of #757576
Black with #757576
Text Example
Text Example
White with #757576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757576; }
p { color: rgb(117,117,118); }
H1.HeaderClassName
{
color: #757576;
}
.AnyTagClassName
{
color: #757576;
}
</style>
background-color css
<style>
a { background-color: #757576; }
a { background-color: rgb(117,117,118); }
div.DivClassName
{
background-color: #757576;
}
.BgClassName
{
background-color: #757576;
}
</style>
border-color css
<style>
span { border-color: #757576; }
span { border-color: rgb(117,117,118); }
td.TdClassName
{
border-color: #757576;
}
.TagClassName
{
border-color: #757576;
}
</style>