#7F8669

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

Shades of Gunsmoke #7F8669

Tints of Gunsmoke #7F8669

Color information

#7F8669 (or 0x7F8669) is unknown color: approx Gunsmoke. HEX triplet: 7F, 86 and 69. RGB value is (127,134,105). Sum of RGB (Red+Green+Blue) = 127+134+105=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8669 is #807996. Grayscale: #808080. Windows color (decimal): -8419735 or 6915711. OLE color: 6915711.

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

Color convert

RGB127134105-
CMYK0.0500.220.47
HSL74.48º12.13%46.86%-
HSV(B)74.48º21.64%52.55%-
XYZ19.8322.5816.68-
YUV128.6114.68126.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.70%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=34.70%
G=36.61%
B=28.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341050.0500.220.4774.4812.1346.86
Hex7F866950162F4ac2f
Octal1772061515026571121457
Binary111111110000110110100110101011010111110010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8669; }

 p { color: rgb(127,134,105); }

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

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

 a { background-color: rgb(127,134,105); }

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

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

 span { border-color: rgb(127,134,105); }

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