#718073

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

Shades of Blue Smoke #718073

Tints of Blue Smoke #718073

Color information

#718073 (or 0x718073) is unknown color: approx Blue Smoke. HEX triplet: 71, 80 and 73. RGB value is (113,128,115). Sum of RGB (Red+Green+Blue) = 113+128+115=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #718073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718073 is #8E7F8C. Grayscale: #7A7A7A. Windows color (decimal): -9338765 or 7569521. OLE color: 7569521.

HSL color Cylindrical-coordinate representation of color #718073: hue angle of 128º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #718073 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB113128115-
CMYK0.1200.100.50
HSL128º6.22%47.25%-
HSV(B)128º11.72%50.2%-
XYZ17.6220.1919.19-
YUV122.03124.03121.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=31.74%
G=35.96%
B=32.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131281150.1200.100.501286.2247.25
Hex718073C0A328062f
Octal1612001631401262200657
Binary111000110000000111001111000101011001010000000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718073; }

 p { color: rgb(113,128,115); }

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

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

 a { background-color: rgb(113,128,115); }

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

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

 span { border-color: rgb(113,128,115); }

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