Html Css Color HEX #757D8A Storm Grey

📋 copy color: '#757D8A'

red 117 ◦ green 125 ◦ blue 138

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

Shades of Storm Grey #757D8A

Tints of Storm Grey #757D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 30.79%
G = 32.89%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#757D8A (or 0x757D8A) is known color: Storm Grey. HEX triplet: 75, 7D and 8A. RGB value is (117,125,138). Sum of RGB (Red+Green+Blue) = 117+125+138=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #757D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D8A is #8A8275. Grayscale: #7C7C7C. Windows color (decimal): -9077366 or 9076085. OLE color: 9076085.

HSL color Cylindrical-coordinate representation of color #757D8A: hue angle of 217.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757D8A is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 125 138 -
CMYK 0.15 0.09 0 0.46
HSL 217.14º 0.08% 0.5% -
HSV(B) 217.14º 0.15% 0.54% -
XYZ 19.26 20.28 26.95 -
YUV 124.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 117 125 138 0.15 0.09 0 0.46 217.14 0.08 0.5
Hex 75 7D 8A F 9 0 2E D9 8 32
Octal 165 175 212 17 11 0 56 331 10 62
Binary 1110101 1111101 10001010 1111 1001 0 101110 11011001 1000 110010

Color Harmonies of #757D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D8A

Black with #757D8A

Text Example


Text Example

White with #757D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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