Html Css Color HEX #708879 Blue Smoke

📋 copy color: '#708879'

red 112 ◦ green 136 ◦ blue 121

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

Shades of Blue Smoke #708879

Tints of Blue Smoke #708879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 30.35%
G = 36.86%
B = 32.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#708879 (or 0x708879) is known color: Blue Smoke. HEX triplet: 70, 88 and 79. RGB value is (112,136,121). Sum of RGB (Red+Green+Blue) = 112+136+121=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #708879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708879 is #8F7786. Grayscale: #7F7F7F. Windows color (decimal): -9402247 or 7964784. OLE color: 7964784.

HSL color Cylindrical-coordinate representation of color #708879: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708879 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 121 -
CMYK 0.18 0 0.11 0.47
HSL 142.5º 0.1% 0.49% -
HSV(B) 142.5º 0.18% 0.53% -
XYZ 18.94 22.43 21.42 -
YUV 127.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 112 136 121 0.18 0 0.11 0.47 142.5 0.1 0.49
Hex 70 88 79 12 0 B 2F 8E A 31
Octal 160 210 171 22 0 13 57 216 12 61
Binary 1110000 10001000 1111001 10010 0 1011 101111 10001110 1010 110001

Color Harmonies of #708879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708879

Black with #708879

Text Example


Text Example

White with #708879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708879; }

 p { color: rgb(112,136,121); }

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

background-color css

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

 a { background-color: rgb(112,136,121); }

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

border-color css

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

 span { border-color: rgb(112,136,121); }

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