#728777

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

Shades of Blue Smoke #728777

Tints of Blue Smoke #728777

Color information

#728777 (or 0x728777) is unknown color: approx Blue Smoke. HEX triplet: 72, 87 and 77. RGB value is (114,135,119). Sum of RGB (Red+Green+Blue) = 114+135+119=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #728777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728777 is #8D7888. Grayscale: #7E7E7E. Windows color (decimal): -9271433 or 7833458. OLE color: 7833458.

HSL color Cylindrical-coordinate representation of color #728777: hue angle of 134.29º degrees, saturation: 0.08, 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 #728777 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB114135119-
CMYK0.1600.120.47
HSL134.29º8.43%48.82%-
HSV(B)134.29º15.56%52.94%-
XYZ18.9322.2420.75-
YUV126.9123.54118.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=30.98%
G=36.68%
B=32.34%

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
Decimal1141351190.1600.120.47134.298.4348.82
Hex728777100C2F86831
Octal16220716720014572061061
Binary11100101000011111101111000001100101111100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728777; }

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

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

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

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

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

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

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

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