#727F74

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

Shades of Blue Smoke #727F74

Tints of Blue Smoke #727F74

Color information

#727F74 (or 0x727F74) is unknown color: approx Blue Smoke. HEX triplet: 72, 7F and 74. RGB value is (114,127,116). Sum of RGB (Red+Green+Blue) = 114+127+116=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #727F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F74 is #8D808B. Grayscale: #797979. Windows color (decimal): -9273484 or 7634802. OLE color: 7634802.

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

Color convert

RGB114127116-
CMYK0.1000.090.50
HSL129.23º5.39%47.25%-
HSV(B)129.23º10.24%49.8%-
XYZ17.6820.0219.45-
YUV121.86124.69122.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=31.93%
G=35.57%
B=32.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141271160.1000.090.50129.235.3947.25
Hex727F74A09328152f
Octal1621771641201162201557
Binary11100101111111111010010100100111001010000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727F74; }

 p { color: rgb(114,127,116); }

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

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

 a { background-color: rgb(114,127,116); }

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

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

 span { border-color: rgb(114,127,116); }

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