#727866

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

Shades of Gunsmoke #727866

Tints of Gunsmoke #727866

Color information

#727866 (or 0x727866) is unknown color: approx Gunsmoke. HEX triplet: 72, 78 and 66. RGB value is (114,120,102). Sum of RGB (Red+Green+Blue) = 114+120+102=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #727866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727866 is #8D8799. Grayscale: #747474. Windows color (decimal): -9275290 or 6715506. OLE color: 6715506.

HSL color Cylindrical-coordinate representation of color #727866: hue angle of 80º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #727866 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB114120102-
CMYK0.0500.150.53
HSL80º8.11%43.53%-
HSV(B)80º15%47.06%-
XYZ16.0517.9715.19-
YUV116.15120.01126.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=33.93%
G=35.71%
B=30.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201020.0500.150.53808.1143.53
Hex72786650F355082c
Octal1621701465017651201054
Binary1110010111100011001101010111111010110100001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727866; }

 p { color: rgb(114,120,102); }

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

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

 a { background-color: rgb(114,120,102); }

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

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

 span { border-color: rgb(114,120,102); }

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