Html Css Color HEX #708276 Blue Smoke

📋 copy color: '#708276'

red 112 ◦ green 130 ◦ blue 118

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

Shades of Blue Smoke #708276

Tints of Blue Smoke #708276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 31.11%
G = 36.11%
B = 32.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#708276 (or 0x708276) is known color: Blue Smoke. HEX triplet: 70, 82 and 76. RGB value is (112,130,118). Sum of RGB (Red+Green+Blue) = 112+130+118=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #708276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708276 is #8F7D89. Grayscale: #7B7B7B. Windows color (decimal): -9403786 or 7766640. OLE color: 7766640.

HSL color Cylindrical-coordinate representation of color #708276: hue angle of 140º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708276 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 118 -
CMYK 0.14 0 0.09 0.49
HSL 140º 0.07% 0.47% -
HSV(B) 140º 0.14% 0.51% -
XYZ 17.93 20.72 20.19 -
YUV 123.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 112 130 118 0.14 0 0.09 0.49 140 0.07 0.47
Hex 70 82 76 E 0 9 31 8C 7 2F
Octal 160 202 166 16 0 11 61 214 7 57
Binary 1110000 10000010 1110110 1110 0 1001 110001 10001100 111 101111

Color Harmonies of #708276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708276

Black with #708276

Text Example


Text Example

White with #708276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708276; }

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

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

background-color css

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

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

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

border-color css

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

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

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