#727A73

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

Shades of Blue Smoke #727A73

Tints of Blue Smoke #727A73

Color information

#727A73 (or 0x727A73) is unknown color: approx Blue Smoke. HEX triplet: 72, 7A and 73. RGB value is (114,122,115). Sum of RGB (Red+Green+Blue) = 114+122+115=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 122 - color contains mainly: green. Hex color #727A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A73 is #8D858C. Grayscale: #767676. Windows color (decimal): -9274765 or 7567986. OLE color: 7567986.

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

Color convert

RGB114122115-
CMYK0.0700.060.52
HSL127.5º3.39%46.27%-
HSV(B)127.5º6.56%47.84%-
XYZ16.9918.7318.94-
YUV118.81125.85124.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=32.48%
G=34.76%
B=32.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141221150.0700.060.52127.53.3946.27
Hex727A73706347f32e
Octal16217216370664177356
Binary1110010111101011100111110110110100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,122,115); }

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

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

 a { background-color: rgb(114,122,115); }

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

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

 span { border-color: rgb(114,122,115); }

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