Html Css Color HEX #757D93 Storm Grey

📋 copy color: '#757D93'

red 117 ◦ green 125 ◦ blue 147

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

Shades of Storm Grey #757D93

Tints of Storm Grey #757D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 30.08%
G = 32.13%
B = 37.79%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757D93 (or 0x757D93) is known color: Storm Grey. HEX triplet: 75, 7D and 93. RGB value is (117,125,147). Sum of RGB (Red+Green+Blue) = 117+125+147=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #757D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D93 is #8A826C. Grayscale: #7D7D7D. Windows color (decimal): -9077357 or 9665909. OLE color: 9665909.

HSL color Cylindrical-coordinate representation of color #757D93: hue angle of 224º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757D93 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 125 147 -
CMYK 0.20 0.15 0 0.42
HSL 224º 0.12% 0.52% -
HSV(B) 224º 0.2% 0.58% -
XYZ 19.94 20.56 30.52 -
YUV 125.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 117 125 147 0.20 0.15 0 0.42 224 0.12 0.52
Hex 75 7D 93 14 F 0 2A E0 C 34
Octal 165 175 223 24 17 0 52 340 14 64
Binary 1110101 1111101 10010011 10100 1111 0 101010 11100000 1100 110100

Color Harmonies of #757D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D93

Black with #757D93

Text Example


Text Example

White with #757D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,147); }

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

background-color css

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

 a { background-color: rgb(117,125,147); }

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

border-color css

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

 span { border-color: rgb(117,125,147); }

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