Html Css Color HEX #757780 Storm Grey

📋 copy color: '#757780'

red 117 ◦ green 119 ◦ blue 128

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

Shades of Storm Grey #757780

Tints of Storm Grey #757780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 32.14%
G = 32.69%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757780 (or 0x757780) is known color: Storm Grey. HEX triplet: 75, 77 and 80. RGB value is (117,119,128). Sum of RGB (Red+Green+Blue) = 117+119+128=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #757780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757780 is #8A887F. Grayscale: #777777. Windows color (decimal): -9078912 or 8419189. OLE color: 8419189.

HSL color Cylindrical-coordinate representation of color #757780: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #757780 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 119 128 -
CMYK 0.09 0.07 0 0.50
HSL 229.09º 0.04% 0.48% -
HSV(B) 229.09º 0.09% 0.5% -
XYZ 17.83 18.53 23.06 -
YUV 119.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 117 119 128 0.09 0.07 0 0.50 229.09 0.04 0.48
Hex 75 77 80 9 7 0 32 E5 4 30
Octal 165 167 200 11 7 0 62 345 4 60
Binary 1110101 1110111 10000000 1001 111 0 110010 11100101 100 110000

Color Harmonies of #757780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757780

Black with #757780

Text Example


Text Example

White with #757780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757780; }

 p { color: rgb(117,119,128); }

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

background-color css

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

 a { background-color: rgb(117,119,128); }

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

border-color css

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

 span { border-color: rgb(117,119,128); }

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