Html Css Color HEX #708576 Blue Smoke

📋 copy color: '#708576'

red 112 ◦ green 133 ◦ blue 118

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

Shades of Blue Smoke #708576

Tints of Blue Smoke #708576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 30.85%
G = 36.64%
B = 32.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#708576 (or 0x708576) is known color: Blue Smoke. HEX triplet: 70, 85 and 76. RGB value is (112,133,118). Sum of RGB (Red+Green+Blue) = 112+133+118=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #708576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708576 is #8F7A89. Grayscale: #7D7D7D. Windows color (decimal): -9403018 or 7767408. OLE color: 7767408.

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

Color convert

RGB 112 133 118 -
CMYK 0.16 0 0.11 0.48
HSL 137.14º 0.09% 0.48% -
HSV(B) 137.14º 0.16% 0.52% -
XYZ 18.34 21.53 20.33 -
YUV 125.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 112 133 118 0.16 0 0.11 0.48 137.14 0.09 0.48
Hex 70 85 76 10 0 B 30 89 9 30
Octal 160 205 166 20 0 13 60 211 11 60
Binary 1110000 10000101 1110110 10000 0 1011 110000 10001001 1001 110000

Color Harmonies of #708576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708576

Black with #708576

Text Example


Text Example

White with #708576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708576; }

 p { color: rgb(112,133,118); }

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

background-color css

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

 a { background-color: rgb(112,133,118); }

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

border-color css

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

 span { border-color: rgb(112,133,118); }

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