Html Css Color HEX #757A85 Storm Grey

📋 copy color: '#757A85'

red 117 ◦ green 122 ◦ blue 133

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

Shades of Storm Grey #757A85

Tints of Storm Grey #757A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 31.45%
G = 32.8%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757A85 (or 0x757A85) is known color: Storm Grey. HEX triplet: 75, 7A and 85. RGB value is (117,122,133). Sum of RGB (Red+Green+Blue) = 117+122+133=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #757A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A85 is #8A857A. Grayscale: #797979. Windows color (decimal): -9078139 or 8747637. OLE color: 8747637.

HSL color Cylindrical-coordinate representation of color #757A85: hue angle of 221.25º 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 #757A85 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 122 133 -
CMYK 0.12 0.08 0 0.48
HSL 221.25º 0.06% 0.49% -
HSV(B) 221.25º 0.12% 0.52% -
XYZ 18.53 19.39 24.96 -
YUV 121.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 117 122 133 0.12 0.08 0 0.48 221.25 0.06 0.49
Hex 75 7A 85 C 8 0 30 DD 6 31
Octal 165 172 205 14 10 0 60 335 6 61
Binary 1110101 1111010 10000101 1100 1000 0 110000 11011101 110 110001

Color Harmonies of #757A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A85

Black with #757A85

Text Example


Text Example

White with #757A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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