Html Css Color HEX #708074 Blue Smoke

📋 copy color: '#708074'

red 112 ◦ green 128 ◦ blue 116

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

Shades of Blue Smoke #708074

Tints of Blue Smoke #708074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 31.46%
G = 35.96%
B = 32.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#708074 (or 0x708074) is known color: Blue Smoke. HEX triplet: 70, 80 and 74. RGB value is (112,128,116). Sum of RGB (Red+Green+Blue) = 112+128+116=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #708074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708074 is #8F7F8B. Grayscale: #797979. Windows color (decimal): -9404300 or 7635056. OLE color: 7635056.

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

Color convert

RGB 112 128 116 -
CMYK 0.12 0 0.09 0.50
HSL 135º 0.07% 0.47% -
HSV(B) 135º 0.13% 0.5% -
XYZ 17.55 20.14 19.49 -
YUV 121.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 112 128 116 0.12 0 0.09 0.50 135 0.07 0.47
Hex 70 80 74 C 0 9 32 87 7 2F
Octal 160 200 164 14 0 11 62 207 7 57
Binary 1110000 10000000 1110100 1100 0 1001 110010 10000111 111 101111

Color Harmonies of #708074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708074

Black with #708074

Text Example


Text Example

White with #708074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708074; }

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

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

background-color css

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

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

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

border-color css

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

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

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