Html Css Color HEX #757A8C Storm Grey

📋 copy color: '#757A8C'

red 117 ◦ green 122 ◦ blue 140

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

Shades of Storm Grey #757A8C

Tints of Storm Grey #757A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 30.87%
G = 32.19%
B = 36.94%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#757A8C (or 0x757A8C) is known color: Storm Grey. HEX triplet: 75, 7A and 8C. RGB value is (117,122,140). Sum of RGB (Red+Green+Blue) = 117+122+140=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #757A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8C is #8A8573. Grayscale: #7A7A7A. Windows color (decimal): -9078132 or 9206389. OLE color: 9206389.

HSL color Cylindrical-coordinate representation of color #757A8C: hue angle of 226.96º 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 #757A8C is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 122 140 -
CMYK 0.16 0.13 0 0.45
HSL 226.96º 0.09% 0.5% -
HSV(B) 226.96º 0.16% 0.55% -
XYZ 19.03 19.59 27.59 -
YUV 122.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 117 122 140 0.16 0.13 0 0.45 226.96 0.09 0.5
Hex 75 7A 8C 10 D 0 2D E3 9 32
Octal 165 172 214 20 15 0 55 343 11 62
Binary 1110101 1111010 10001100 10000 1101 0 101101 11100011 1001 110010

Color Harmonies of #757A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A8C

Black with #757A8C

Text Example


Text Example

White with #757A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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