#718976

Color #718976 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #718976

Tints of Blue Smoke #718976

Color information

#718976 (or 0x718976) is unknown color: approx Blue Smoke. HEX triplet: 71, 89 and 76. RGB value is (113,137,118). Sum of RGB (Red+Green+Blue) = 113+137+118=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #718976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718976 is #8E7689. Grayscale: #7F7F7F. Windows color (decimal): -9336458 or 7768433. OLE color: 7768433.

HSL color Cylindrical-coordinate representation of color #718976: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718976 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB113137118-
CMYK0.1800.140.46
HSL132.5º9.6%49.02%-
HSV(B)132.5º17.52%53.73%-
XYZ19.0322.7120.52-
YUV127.66122.55117.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=30.71%
G=37.23%
B=32.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371180.1800.140.46132.59.649.02
Hex718976120E2E84a31
Octal16121116622016562041261
Binary11100011000100111101101001001110101110100001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718976; }

 p { color: rgb(113,137,118); }

 H1.HeaderClassName
 {
   color: #718976;
 }
 .AnyTagClassName
 {
   color: #718976;
 }
</style>
background-color css

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

 a { background-color: rgb(113,137,118); }

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

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

 span { border-color: rgb(113,137,118); }

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