Html Css Color HEX #707278 Storm Grey

📋 copy color: '#707278'

red 112 ◦ green 114 ◦ blue 120

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

Shades of Storm Grey #707278

Tints of Storm Grey #707278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 32.37%
G = 32.95%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707278 (or 0x707278) is known color: Storm Grey. HEX triplet: 70, 72 and 78. RGB value is (112,114,120). Sum of RGB (Red+Green+Blue) = 112+114+120=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 120 - color contains mainly: blue. Hex color #707278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707278 is #8F8D87. Grayscale: #727272. Windows color (decimal): -9407880 or 7893616. OLE color: 7893616.

HSL color Cylindrical-coordinate representation of color #707278: hue angle of 225º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707278 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 114 120 -
CMYK 0.07 0.05 0 0.53
HSL 225º 0.03% 0.45% -
HSV(B) 225º 0.07% 0.47% -
XYZ 16.09 16.84 20.17 -
YUV 114.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 112 114 120 0.07 0.05 0 0.53 225 0.03 0.45
Hex 70 72 78 7 5 0 35 E1 3 2D
Octal 160 162 170 7 5 0 65 341 3 55
Binary 1110000 1110010 1111000 111 101 0 110101 11100001 11 101101

Color Harmonies of #707278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707278

Black with #707278

Text Example


Text Example

White with #707278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707278; }

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

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

background-color css

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

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

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

border-color css

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

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

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