Html Css Color HEX #757D90 Storm Grey

📋 copy color: '#757D90'

red 117 ◦ green 125 ◦ blue 144

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

Shades of Storm Grey #757D90

Tints of Storm Grey #757D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 30.31%
G = 32.38%
B = 37.31%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#757D90 (or 0x757D90) is known color: Storm Grey. HEX triplet: 75, 7D and 90. RGB value is (117,125,144). Sum of RGB (Red+Green+Blue) = 117+125+144=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #757D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D90 is #8A826F. Grayscale: #7C7C7C. Windows color (decimal): -9077360 or 9469301. OLE color: 9469301.

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

Color convert

RGB 117 125 144 -
CMYK 0.19 0.13 0 0.44
HSL 222.22º 0.11% 0.51% -
HSV(B) 222.22º 0.19% 0.56% -
XYZ 19.7 20.46 29.3 -
YUV 124.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 117 125 144 0.19 0.13 0 0.44 222.22 0.11 0.51
Hex 75 7D 90 13 D 0 2C DE B 33
Octal 165 175 220 23 15 0 54 336 13 63
Binary 1110101 1111101 10010000 10011 1101 0 101100 11011110 1011 110011

Color Harmonies of #757D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D90

Black with #757D90

Text Example


Text Example

White with #757D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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