Html Css Color HEX #757A8E Storm Grey

📋 copy color: '#757A8E'

red 117 ◦ green 122 ◦ blue 142

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

Shades of Storm Grey #757A8E

Tints of Storm Grey #757A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 30.71%
G = 32.02%
B = 37.27%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757A8E (or 0x757A8E) is known color: Storm Grey. HEX triplet: 75, 7A and 8E. RGB value is (117,122,142). Sum of RGB (Red+Green+Blue) = 117+122+142=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #757A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8E is #8A8571. Grayscale: #7A7A7A. Windows color (decimal): -9078130 or 9337461. OLE color: 9337461.

HSL color Cylindrical-coordinate representation of color #757A8E: hue angle of 228º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757A8E is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 122 142 -
CMYK 0.18 0.14 0 0.44
HSL 228º 0.1% 0.51% -
HSV(B) 228º 0.18% 0.56% -
XYZ 19.18 19.65 28.37 -
YUV 122.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 117 122 142 0.18 0.14 0 0.44 228 0.1 0.51
Hex 75 7A 8E 12 E 0 2C E4 A 33
Octal 165 172 216 22 16 0 54 344 12 63
Binary 1110101 1111010 10001110 10010 1110 0 101100 11100100 1010 110011

Color Harmonies of #757A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A8E

Black with #757A8E

Text Example


Text Example

White with #757A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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