Html Css Color HEX #70748A Storm Grey

📋 copy color: '#70748A'

red 112 ◦ green 116 ◦ blue 138

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

Shades of Storm Grey #70748A

Tints of Storm Grey #70748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 30.6%
G = 31.69%
B = 37.7%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70748A (or 0x70748A) is known color: Storm Grey. HEX triplet: 70, 74 and 8A. RGB value is (112,116,138). Sum of RGB (Red+Green+Blue) = 112+116+138=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #70748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748A is #8F8B75. Grayscale: #757575. Windows color (decimal): -9407350 or 9073776. OLE color: 9073776.

HSL color Cylindrical-coordinate representation of color #70748A: hue angle of 230.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70748A is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 116 138 -
CMYK 0.19 0.16 0 0.46
HSL 230.77º 0.1% 0.49% -
HSV(B) 230.77º 0.19% 0.54% -
XYZ 17.51 17.77 26.55 -
YUV 117.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 112 116 138 0.19 0.16 0 0.46 230.77 0.1 0.49
Hex 70 74 8A 13 10 0 2E E7 A 31
Octal 160 164 212 23 20 0 56 347 12 61
Binary 1110000 1110100 10001010 10011 10000 0 101110 11100111 1010 110001

Color Harmonies of #70748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70748A

Black with #70748A

Text Example


Text Example

White with #70748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70748A; }

 p { color: rgb(112,116,138); }

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

background-color css

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

 a { background-color: rgb(112,116,138); }

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

border-color css

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

 span { border-color: rgb(112,116,138); }

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