#718777

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

Shades of Blue Smoke #718777

Tints of Blue Smoke #718777

Color information

#718777 (or 0x718777) is unknown color: approx Blue Smoke. HEX triplet: 71, 87 and 77. RGB value is (113,135,119). Sum of RGB (Red+Green+Blue) = 113+135+119=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #718777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718777 is #8E7888. Grayscale: #7E7E7E. Windows color (decimal): -9336969 or 7833457. OLE color: 7833457.

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

Color convert

RGB113135119-
CMYK0.1600.120.47
HSL136.36º8.87%48.63%-
HSV(B)136.36º16.3%52.94%-
XYZ18.822.1720.74-
YUV126.6123.71118.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=30.79%
G=36.78%
B=32.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351190.1600.120.47136.368.8748.63
Hex718777100C2F88931
Octal16120716720014572101161
Binary11100011000011111101111000001100101111100010001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718777; }

 p { color: rgb(113,135,119); }

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

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

 a { background-color: rgb(113,135,119); }

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

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

 span { border-color: rgb(113,135,119); }

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