Html Css Color HEX #708675 Blue Smoke

📋 copy color: '#708675'

red 112 ◦ green 134 ◦ blue 117

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

Shades of Blue Smoke #708675

Tints of Blue Smoke #708675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 30.85%
G = 36.91%
B = 32.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#708675 (or 0x708675) is known color: Blue Smoke. HEX triplet: 70, 86 and 75. RGB value is (112,134,117). Sum of RGB (Red+Green+Blue) = 112+134+117=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #708675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708675 is #8F798A. Grayscale: #7D7D7D. Windows color (decimal): -9402763 or 7702128. OLE color: 7702128.

HSL color Cylindrical-coordinate representation of color #708675: hue angle of 133.64º 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 #708675 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 117 -
CMYK 0.16 0 0.13 0.47
HSL 133.64º 0.09% 0.48% -
HSV(B) 133.64º 0.16% 0.53% -
XYZ 18.42 21.78 20.06 -
YUV 125.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 112 134 117 0.16 0 0.13 0.47 133.64 0.09 0.48
Hex 70 86 75 10 0 D 2F 86 9 30
Octal 160 206 165 20 0 15 57 206 11 60
Binary 1110000 10000110 1110101 10000 0 1101 101111 10000110 1001 110000

Color Harmonies of #708675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708675

Black with #708675

Text Example


Text Example

White with #708675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708675; }

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

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

background-color css

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

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

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

border-color css

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

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

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