Html Css Color HEX #757585 Storm Grey

📋 copy color: '#757585'

red 117 ◦ green 117 ◦ blue 133

#757585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #757585

Tints of Storm Grey #757585

RGB

 RED value IS 117 (46.09% from 255) = 31.88%

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 31.88%
G = 31.88%
B = 36.24%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757585 (or 0x757585) is known color: Storm Grey. HEX triplet: 75, 75 and 85. RGB value is (117,117,133). Sum of RGB (Red+Green+Blue) = 117+117+133=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #757585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757585 is #8A8A7A. Grayscale: #767676. Windows color (decimal): -9079419 or 8746357. OLE color: 8746357.

HSL color Cylindrical-coordinate representation of color #757585: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757585 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 117 133 -
CMYK 0.12 0.12 0 0.48
HSL 240º 0.06% 0.49% -
HSV(B) 240º 0.12% 0.52% -
XYZ 17.93 18.2 24.76 -
YUV 118.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 117 117 133 0.12 0.12 0 0.48 240 0.06 0.49
Hex 75 75 85 C C 0 30 F0 6 31
Octal 165 165 205 14 14 0 60 360 6 61
Binary 1110101 1110101 10000101 1100 1100 0 110000 11110000 110 110001

Color Harmonies of #757585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757585

Black with #757585

Text Example


Text Example

White with #757585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757585; }

 p { color: rgb(117,117,133); }

 H1.HeaderClassName
 {
   color: #757585;
 }
 .AnyTagClassName
 {
   color: #757585;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #757585;
 }
 .BgClassName
 {
   background-color: #757585;
 }
</style>

border-color css

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

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

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