#7C8469

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

Shades of Gunsmoke #7C8469

Tints of Gunsmoke #7C8469

Color information

#7C8469 (or 0x7C8469) is unknown color: approx Gunsmoke. HEX triplet: 7C, 84 and 69. RGB value is (124,132,105). Sum of RGB (Red+Green+Blue) = 124+132+105=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8469 is #837B96. Grayscale: #7E7E7E. Windows color (decimal): -8616855 or 6915196. OLE color: 6915196.

HSL color Cylindrical-coordinate representation of color #7C8469: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C8469 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB124132105-
CMYK0.0600.200.48
HSL77.78º11.39%46.47%-
HSV(B)77.78º20.45%51.76%-
XYZ19.1121.8116.57-
YUV126.53115.85126.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=34.35%
G=36.57%
B=29.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241321050.0600.200.4877.7811.3946.47
Hex7C84696014304eb2e
Octal1742041516024601161356
Binary111110010000100110100111001010011000010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,105); }

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

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

 a { background-color: rgb(124,132,105); }

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

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

 span { border-color: rgb(124,132,105); }

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