#75768D

Color #75768D Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #75768D

Tints of Storm Grey #75768D

Color information

#75768D (or 0x75768D) is unknown color: approx Storm Grey. HEX triplet: 75, 76 and 8D. RGB value is (117,118,141). Sum of RGB (Red+Green+Blue) = 117+118+141=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #75768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768D is #8A8972. Grayscale: #787878. Windows color (decimal): -9079155 or 9270901. OLE color: 9270901.

HSL color Cylindrical-coordinate representation of color #75768D: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75768D is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117118141-
CMYK0.170.1600.45
HSL237.5º9.52%50.59%-
HSV(B)237.5º17.02%55.29%-
XYZ18.6218.6627.82-
YUV120.32139.67125.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=31.12%
G=31.38%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171181410.170.1600.45237.59.5250.59
Hex75768D111002Deea33
Octal16516621521200553561263
Binary111010111101101000110110001100000101101111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75768D; }

 p { color: rgb(117,118,141); }

 H1.HeaderClassName
 {
   color: #75768D;
 }
 .AnyTagClassName
 {
   color: #75768D;
 }
</style>
background-color css

<style>
 a { background-color: #75768D; }

 a { background-color: rgb(117,118,141); }

 div.DivClassName
 {
   background-color: #75768D;
 }
 .BgClassName
 {
   background-color: #75768D;
 }
</style>
border-color css

<style>
 span { border-color: #75768D; }

 span { border-color: rgb(117,118,141); }

 td.TdClassName
 {
   border-color: #75768D;
 }
 .TagClassName
 {
   border-color: #75768D;
 }
</style>