Html Css Color HEX #707281 Storm Grey

📋 copy color: '#707281'

red 112 ◦ green 114 ◦ blue 129

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

Shades of Storm Grey #707281

Tints of Storm Grey #707281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 31.55%
G = 32.11%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707281 (or 0x707281) is known color: Storm Grey. HEX triplet: 70, 72 and 81. RGB value is (112,114,129). Sum of RGB (Red+Green+Blue) = 112+114+129=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #707281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707281 is #8F8D7E. Grayscale: #737373. Windows color (decimal): -9407871 or 8483440. OLE color: 8483440.

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

Color convert

RGB 112 114 129 -
CMYK 0.13 0.12 0 0.49
HSL 232.94º 0.07% 0.47% -
HSV(B) 232.94º 0.13% 0.51% -
XYZ 16.66 17.06 23.18 -
YUV 115.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 112 114 129 0.13 0.12 0 0.49 232.94 0.07 0.47
Hex 70 72 81 D C 0 31 E9 7 2F
Octal 160 162 201 15 14 0 61 351 7 57
Binary 1110000 1110010 10000001 1101 1100 0 110001 11101001 111 101111

Color Harmonies of #707281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707281

Black with #707281

Text Example


Text Example

White with #707281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707281; }

 p { color: rgb(112,114,129); }

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

background-color css

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

 a { background-color: rgb(112,114,129); }

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

border-color css

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

 span { border-color: rgb(112,114,129); }

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