Html Css Color HEX #757A94 Storm Grey

📋 copy color: '#757A94'

red 117 ◦ green 122 ◦ blue 148

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

Shades of Storm Grey #757A94

Tints of Storm Grey #757A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 30.23%
G = 31.52%
B = 38.24%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757A94 (or 0x757A94) is known color: Storm Grey. HEX triplet: 75, 7A and 94. RGB value is (117,122,148). Sum of RGB (Red+Green+Blue) = 117+122+148=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #757A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A94 is #8A856B. Grayscale: #7B7B7B. Windows color (decimal): -9078124 or 9730677. OLE color: 9730677.

HSL color Cylindrical-coordinate representation of color #757A94: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757A94 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 122 148 -
CMYK 0.21 0.18 0 0.42
HSL 230.32º 0.13% 0.52% -
HSV(B) 230.32º 0.21% 0.58% -
XYZ 19.64 19.84 30.81 -
YUV 123.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 117 122 148 0.21 0.18 0 0.42 230.32 0.13 0.52
Hex 75 7A 94 15 12 0 2A E6 D 34
Octal 165 172 224 25 22 0 52 346 15 64
Binary 1110101 1111010 10010100 10101 10010 0 101010 11100110 1101 110100

Color Harmonies of #757A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A94

Black with #757A94

Text Example


Text Example

White with #757A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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