Html Css Color HEX #708875 Blue Smoke

📋 copy color: '#708875'

red 112 ◦ green 136 ◦ blue 117

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

Shades of Blue Smoke #708875

Tints of Blue Smoke #708875

RGB

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

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

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

R = 30.68%
G = 37.26%
B = 32.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#708875 (or 0x708875) is known color: Blue Smoke. HEX triplet: 70, 88 and 75. RGB value is (112,136,117). Sum of RGB (Red+Green+Blue) = 112+136+117=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #708875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708875 is #8F778A. Grayscale: #7E7E7E. Windows color (decimal): -9402251 or 7702640. OLE color: 7702640.

HSL color Cylindrical-coordinate representation of color #708875: hue angle of 132.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 #708875 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 117 -
CMYK 0.18 0 0.14 0.47
HSL 132.5º 0.1% 0.49% -
HSV(B) 132.5º 0.18% 0.53% -
XYZ 18.7 22.34 20.16 -
YUV 126.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 112 136 117 0.18 0 0.14 0.47 132.5 0.1 0.49
Hex 70 88 75 12 0 E 2F 84 A 31
Octal 160 210 165 22 0 16 57 204 12 61
Binary 1110000 10001000 1110101 10010 0 1110 101111 10000100 1010 110001

Color Harmonies of #708875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708875

Black with #708875

Text Example


Text Example

White with #708875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708875; }

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

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

background-color css

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

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

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

border-color css

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

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

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