Html Css Color HEX #757C94 Storm Grey

📋 copy color: '#757C94'

red 117 ◦ green 124 ◦ blue 148

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

Shades of Storm Grey #757C94

Tints of Storm Grey #757C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

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

R = 30.08%
G = 31.88%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757C94 (or 0x757C94) is known color: Storm Grey. HEX triplet: 75, 7C and 94. RGB value is (117,124,148). Sum of RGB (Red+Green+Blue) = 117+124+148=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #757C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C94 is #8A836B. Grayscale: #7C7C7C. Windows color (decimal): -9077612 or 9731189. OLE color: 9731189.

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

Color convert

RGB 117 124 148 -
CMYK 0.21 0.16 0 0.42
HSL 226.45º 0.13% 0.52% -
HSV(B) 226.45º 0.21% 0.58% -
XYZ 19.89 20.34 30.89 -
YUV 124.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 117 124 148 0.21 0.16 0 0.42 226.45 0.13 0.52
Hex 75 7C 94 15 10 0 2A E2 D 34
Octal 165 174 224 25 20 0 52 342 15 64
Binary 1110101 1111100 10010100 10101 10000 0 101010 11100010 1101 110100

Color Harmonies of #757C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C94

Black with #757C94

Text Example


Text Example

White with #757C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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