#718678

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

Shades of Blue Smoke #718678

Tints of Blue Smoke #718678

Color information

#718678 (or 0x718678) is unknown color: approx Blue Smoke. HEX triplet: 71, 86 and 78. RGB value is (113,134,120). Sum of RGB (Red+Green+Blue) = 113+134+120=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #718678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718678 is #8E7987. Grayscale: #7E7E7E. Windows color (decimal): -9337224 or 7898737. OLE color: 7898737.

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

Color convert

RGB113134120-
CMYK0.1600.100.47
HSL140º8.5%48.43%-
HSV(B)140º15.67%52.55%-
XYZ18.7321.9221.01-
YUV126.12124.54118.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=30.79%
G=36.51%
B=32.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341200.1600.100.471408.548.43
Hex718678100A2F8c930
Octal16120617020012572141160
Binary11100011000011011110001000001010101111100011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718678; }

 p { color: rgb(113,134,120); }

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

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

 a { background-color: rgb(113,134,120); }

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

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

 span { border-color: rgb(113,134,120); }

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