#727869

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

Shades of Gunsmoke #727869

Tints of Gunsmoke #727869

Color information

#727869 (or 0x727869) is unknown color: approx Gunsmoke. HEX triplet: 72, 78 and 69. RGB value is (114,120,105). Sum of RGB (Red+Green+Blue) = 114+120+105=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #727869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727869 is #8D8796. Grayscale: #747474. Windows color (decimal): -9275287 or 6912114. OLE color: 6912114.

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

Color convert

RGB114120105-
CMYK0.0500.130.53
HSL84º6.67%44.12%-
HSV(B)84º12.5%47.06%-
XYZ16.2118.0315.99-
YUV116.5121.51126.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=33.63%
G=35.40%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201050.0500.130.53846.6744.12
Hex72786950D355472c
Octal162170151501565124754
Binary111001011110001101001101011011101011010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727869; }

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

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

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

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

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

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

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

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