Html Css Color HEX #708776 Blue Smoke

📋 copy color: '#708776'

red 112 ◦ green 135 ◦ blue 118

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

Shades of Blue Smoke #708776

Tints of Blue Smoke #708776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 30.68%
G = 36.99%
B = 32.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#708776 (or 0x708776) is known color: Blue Smoke. HEX triplet: 70, 87 and 76. RGB value is (112,135,118). Sum of RGB (Red+Green+Blue) = 112+135+118=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #708776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708776 is #8F7889. Grayscale: #7E7E7E. Windows color (decimal): -9402506 or 7767920. OLE color: 7767920.

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

Color convert

RGB 112 135 118 -
CMYK 0.17 0 0.13 0.47
HSL 135.65º 0.09% 0.48% -
HSV(B) 135.65º 0.17% 0.53% -
XYZ 18.62 22.08 20.42 -
YUV 126.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 112 135 118 0.17 0 0.13 0.47 135.65 0.09 0.48
Hex 70 87 76 11 0 D 2F 88 9 30
Octal 160 207 166 21 0 15 57 210 11 60
Binary 1110000 10000111 1110110 10001 0 1101 101111 10001000 1001 110000

Color Harmonies of #708776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708776

Black with #708776

Text Example


Text Example

White with #708776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708776; }

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

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

background-color css

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

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

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

border-color css

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

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

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