Html Css Color HEX #707783 Storm Grey

📋 copy color: '#707783'

red 112 ◦ green 119 ◦ blue 131

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

Shades of Storm Grey #707783

Tints of Storm Grey #707783

RGB

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

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

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

R = 30.94%
G = 32.87%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707783 (or 0x707783) is known color: Storm Grey. HEX triplet: 70, 77 and 83. RGB value is (112,119,131). Sum of RGB (Red+Green+Blue) = 112+119+131=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #707783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707783 is #8F887C. Grayscale: #767676. Windows color (decimal): -9406589 or 8615792. OLE color: 8615792.

HSL color Cylindrical-coordinate representation of color #707783: hue angle of 217.89º 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 #707783 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 119 131 -
CMYK 0.15 0.09 0 0.49
HSL 217.89º 0.08% 0.48% -
HSV(B) 217.89º 0.15% 0.51% -
XYZ 17.38 18.28 24.08 -
YUV 118.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 112 119 131 0.15 0.09 0 0.49 217.89 0.08 0.48
Hex 70 77 83 F 9 0 31 DA 8 30
Octal 160 167 203 17 11 0 61 332 10 60
Binary 1110000 1110111 10000011 1111 1001 0 110001 11011010 1000 110000

Color Harmonies of #707783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707783

Black with #707783

Text Example


Text Example

White with #707783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707783; }

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

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

background-color css

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

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

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

border-color css

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

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

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