#728476

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

Shades of Blue Smoke #728476

Tints of Blue Smoke #728476

Color information

#728476 (or 0x728476) is unknown color: approx Blue Smoke. HEX triplet: 72, 84 and 76. RGB value is (114,132,118). Sum of RGB (Red+Green+Blue) = 114+132+118=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #728476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728476 is #8D7B89. Grayscale: #7D7D7D. Windows color (decimal): -9272202 or 7767154. OLE color: 7767154.

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

Color convert

RGB114132118-
CMYK0.1400.110.48
HSL133.33º7.32%48.24%-
HSV(B)133.33º13.64%51.76%-
XYZ18.4621.3920.29-
YUV125.02124.04120.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=31.32%
G=36.26%
B=32.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321180.1400.110.48133.337.3248.24
Hex728476E0B3085730
Octal1622041661601360205760
Binary111001010000100111011011100101111000010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728476; }

 p { color: rgb(114,132,118); }

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

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

 a { background-color: rgb(114,132,118); }

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

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

 span { border-color: rgb(114,132,118); }

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