Html Css Color HEX #708678 Blue Smoke

📋 copy color: '#708678'

red 112 ◦ green 134 ◦ blue 120

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

Shades of Blue Smoke #708678

Tints of Blue Smoke #708678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 30.6%
G = 36.61%
B = 32.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#708678 (or 0x708678) is known color: Blue Smoke. HEX triplet: 70, 86 and 78. RGB value is (112,134,120). Sum of RGB (Red+Green+Blue) = 112+134+120=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #708678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708678 is #8F7987. Grayscale: #7D7D7D. Windows color (decimal): -9402760 or 7898736. OLE color: 7898736.

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

Color convert

RGB 112 134 120 -
CMYK 0.16 0 0.10 0.47
HSL 141.82º 0.09% 0.48% -
HSV(B) 141.82º 0.16% 0.53% -
XYZ 18.6 21.85 21.01 -
YUV 125.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 112 134 120 0.16 0 0.10 0.47 141.82 0.09 0.48
Hex 70 86 78 10 0 A 2F 8E 9 30
Octal 160 206 170 20 0 12 57 216 11 60
Binary 1110000 10000110 1111000 10000 0 1010 101111 10001110 1001 110000

Color Harmonies of #708678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708678

Black with #708678

Text Example


Text Example

White with #708678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708678; }

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

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

background-color css

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

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

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

border-color css

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

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

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