#7F8769

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

Shades of Gunsmoke #7F8769

Tints of Gunsmoke #7F8769

Color information

#7F8769 (or 0x7F8769) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 69. RGB value is (127,135,105). Sum of RGB (Red+Green+Blue) = 127+135+105=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8769 is #807896. Grayscale: #818181. Windows color (decimal): -8419479 or 6915967. OLE color: 6915967.

HSL color Cylindrical-coordinate representation of color #7F8769: hue angle of 76º degrees, saturation: 0.13, 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 #7F8769 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB127135105-
CMYK0.0600.220.47
HSL76º12.5%47.06%-
HSV(B)76º22.22%52.94%-
XYZ19.9722.8616.72-
YUV129.19114.35126.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=34.60%
G=36.78%
B=28.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351050.0600.220.477612.547.06
Hex7F876960162F4cd2f
Octal1772071516026571141557
Binary111111110000111110100111001011010111110011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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