Html Css Color HEX #708778 Blue Smoke

📋 copy color: '#708778'

red 112 ◦ green 135 ◦ blue 120

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

Shades of Blue Smoke #708778

Tints of Blue Smoke #708778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

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

R = 30.52%
G = 36.78%
B = 32.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#708778 (or 0x708778) is known color: Blue Smoke. HEX triplet: 70, 87 and 78. RGB value is (112,135,120). Sum of RGB (Red+Green+Blue) = 112+135+120=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #708778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708778 is #8F7887. Grayscale: #7E7E7E. Windows color (decimal): -9402504 or 7898992. OLE color: 7898992.

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

Color convert

RGB 112 135 120 -
CMYK 0.17 0 0.11 0.47
HSL 140.87º 0.09% 0.48% -
HSV(B) 140.87º 0.17% 0.53% -
XYZ 18.74 22.13 21.05 -
YUV 126.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 112 135 120 0.17 0 0.11 0.47 140.87 0.09 0.48
Hex 70 87 78 11 0 B 2F 8D 9 30
Octal 160 207 170 21 0 13 57 215 11 60
Binary 1110000 10000111 1111000 10001 0 1011 101111 10001101 1001 110000

Color Harmonies of #708778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708778

Black with #708778

Text Example


Text Example

White with #708778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708778; }

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

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

background-color css

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

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

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

border-color css

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

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

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