Html Css Color HEX #707580 Storm Grey

📋 copy color: '#707580'

red 112 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #707580

Tints of Storm Grey #707580

RGB

 RED value IS 112 (44.14% from 255) = 31.37%

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 31.37%
G = 32.77%
B = 35.85%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#707580 (or 0x707580) is known color: Storm Grey. HEX triplet: 70, 75 and 80. RGB value is (112,117,128). Sum of RGB (Red+Green+Blue) = 112+117+128=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #707580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707580 is #8F8A7F. Grayscale: #747474. Windows color (decimal): -9407104 or 8418672. OLE color: 8418672.

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

Color convert

RGB 112 117 128 -
CMYK 0.12 0.09 0 0.50
HSL 221.25º 0.07% 0.47% -
HSV(B) 221.25º 0.13% 0.5% -
XYZ 16.94 17.73 22.95 -
YUV 116.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 112 117 128 0.12 0.09 0 0.50 221.25 0.07 0.47
Hex 70 75 80 C 9 0 32 DD 7 2F
Octal 160 165 200 14 11 0 62 335 7 57
Binary 1110000 1110101 10000000 1100 1001 0 110010 11011101 111 101111

Color Harmonies of #707580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707580

Black with #707580

Text Example


Text Example

White with #707580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707580; }

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

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

background-color css

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

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

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

border-color css

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

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

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