#718376

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

Shades of Blue Smoke #718376

Tints of Blue Smoke #718376

Color information

#718376 (or 0x718376) is unknown color: approx Blue Smoke. HEX triplet: 71, 83 and 76. RGB value is (113,131,118). Sum of RGB (Red+Green+Blue) = 113+131+118=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #718376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718376 is #8E7C89. Grayscale: #7C7C7C. Windows color (decimal): -9337994 or 7766897. OLE color: 7766897.

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

Color convert

RGB113131118-
CMYK0.1400.100.49
HSL136.67º7.38%47.84%-
HSV(B)136.67º13.74%51.37%-
XYZ18.221.0520.24-
YUV124.14124.54120.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=31.22%
G=36.19%
B=32.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131311180.1400.100.49136.677.3847.84
Hex718376E0A3189730
Octal1612031661601261211760
Binary111000110000011111011011100101011000110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718376; }

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

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

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

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

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

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

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

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