Shades of Dolphin #75737B
Tints of Dolphin #75737B
RGB
CMYK
RGB Variations
Color information
#75737B (or 0x75737B) is known color: Dolphin. HEX triplet: 75, 73 and 7B. RGB value is (117,115,123). Sum of RGB (Red+Green+Blue) = 117+115+123=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #75737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737B is #8A8C84. Grayscale: #747474. Windows color (decimal): -9079941 or 8090485. OLE color: 8090485.
HSL color Cylindrical-coordinate representation of color #75737B: hue angle of 255º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75737B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 117 | 115 | 123 | - |
CMYK | 0.05 | 0.07 | 0 | 0.52 |
HSL | 255º | 0.03% | 0.47% | - |
HSV(B) | 255º | 0.07% | 0.48% | - |
XYZ | 17.04 | 17.47 | 21.21 | - |
YUV | 116.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 115 | 123 | 0.05 | 0.07 | 0 | 0.52 | 255 | 0.03 | 0.47 |
Hex | 75 | 73 | 7B | 5 | 7 | 0 | 34 | FF | 3 | 2F |
Octal | 165 | 163 | 173 | 5 | 7 | 0 | 64 | 377 | 3 | 57 |
Binary | 1110101 | 1110011 | 1111011 | 101 | 111 | 0 | 110100 | 11111111 | 11 | 101111 |
Color Harmonies of #75737B
Complementary color
Monochromatic Colors of #75737B
Black with #75737B
Text Example
Text Example
White with #75737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75737B; }
p { color: rgb(117,115,123); }
H1.HeaderClassName
{
color: #75737B;
}
.AnyTagClassName
{
color: #75737B;
}
</style>
background-color css
<style>
a { background-color: #75737B; }
a { background-color: rgb(117,115,123); }
div.DivClassName
{
background-color: #75737B;
}
.BgClassName
{
background-color: #75737B;
}
</style>
border-color css
<style>
span { border-color: #75737B; }
span { border-color: rgb(117,115,123); }
td.TdClassName
{
border-color: #75737B;
}
.TagClassName
{
border-color: #75737B;
}
</style>