Html Css Color HEX #707883 Storm Grey

📋 copy color: '#707883'

red 112 ◦ green 120 ◦ blue 131

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

Shades of Storm Grey #707883

Tints of Storm Grey #707883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 30.85%
G = 33.06%
B = 36.09%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707883 (or 0x707883) is known color: Storm Grey. HEX triplet: 70, 78 and 83. RGB value is (112,120,131). Sum of RGB (Red+Green+Blue) = 112+120+131=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #707883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707883 is #8F877C. Grayscale: #767676. Windows color (decimal): -9406333 or 8616048. OLE color: 8616048.

HSL color Cylindrical-coordinate representation of color #707883: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707883 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 120 131 -
CMYK 0.15 0.08 0 0.49
HSL 214.74º 0.08% 0.48% -
HSV(B) 214.74º 0.15% 0.51% -
XYZ 17.5 18.52 24.12 -
YUV 118.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 112 120 131 0.15 0.08 0 0.49 214.74 0.08 0.48
Hex 70 78 83 F 8 0 31 D7 8 30
Octal 160 170 203 17 10 0 61 327 10 60
Binary 1110000 1111000 10000011 1111 1000 0 110001 11010111 1000 110000

Color Harmonies of #707883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707883

Black with #707883

Text Example


Text Example

White with #707883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707883; }

 p { color: rgb(112,120,131); }

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

background-color css

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

 a { background-color: rgb(112,120,131); }

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

border-color css

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

 span { border-color: rgb(112,120,131); }

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