Shades of Storm Grey #75768C
Tints of Storm Grey #75768C
RGB
CMYK
RGB Variations
Color information
#75768C (or 0x75768C) is known color: Storm Grey. HEX triplet: 75, 76 and 8C. RGB value is (117,118,140). Sum of RGB (Red+Green+Blue) = 117+118+140=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #75768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768C is #8A8973. Grayscale: #787878. Windows color (decimal): -9079156 or 9205365. OLE color: 9205365.
HSL color Cylindrical-coordinate representation of color #75768C: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75768C is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 118 | 140 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.45 |
| HSL | 237.39º | 0.09% | 0.5% | - |
| HSV(B) | 237.39º | 0.16% | 0.55% | - |
| XYZ | 18.55 | 18.63 | 27.43 | - |
| YUV | 120.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 140 | 0.16 | 0.16 | 0 | 0.45 | 237.39 | 0.09 | 0.5 |
| Hex | 75 | 76 | 8C | 10 | 10 | 0 | 2D | ED | 9 | 32 |
| Octal | 165 | 166 | 214 | 20 | 20 | 0 | 55 | 355 | 11 | 62 |
| Binary | 1110101 | 1110110 | 10001100 | 10000 | 10000 | 0 | 101101 | 11101101 | 1001 | 110010 |
Color Harmonies of #75768C
Complementary color
Monochromatic Colors of #75768C
Black with #75768C
Text Example
Text Example
White with #75768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75768C; }
p { color: rgb(117,118,140); }
H1.HeaderClassName
{
color: #75768C;
}
.AnyTagClassName
{
color: #75768C;
}
</style>
background-color css
<style>
a { background-color: #75768C; }
a { background-color: rgb(117,118,140); }
div.DivClassName
{
background-color: #75768C;
}
.BgClassName
{
background-color: #75768C;
}
</style>
border-color css
<style>
span { border-color: #75768C; }
span { border-color: rgb(117,118,140); }
td.TdClassName
{
border-color: #75768C;
}
.TagClassName
{
border-color: #75768C;
}
</style>