#7C8077

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

Shades of Gunsmoke #7C8077

Tints of Gunsmoke #7C8077

Color information

#7C8077 (or 0x7C8077) is unknown color: approx Gunsmoke. HEX triplet: 7C, 80 and 77. RGB value is (124,128,119). Sum of RGB (Red+Green+Blue) = 124+128+119=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8077 is #837F88. Grayscale: #7D7D7D. Windows color (decimal): -8617865 or 7831676. OLE color: 7831676.

HSL color Cylindrical-coordinate representation of color #7C8077: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8077 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB124128119-
CMYK0.0300.070.50
HSL86.67º3.64%48.43%-
HSV(B)86.67º7.03%50.2%-
XYZ19.3621.0620.5-
YUV125.78124.17126.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=33.42%
G=34.50%
B=32.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1241281190.0300.070.5086.673.6448.43
Hex7C80773073257430
Octal17420016730762127460
Binary11111001000000011101111101111100101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,128,119); }

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

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

 a { background-color: rgb(124,128,119); }

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

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

 span { border-color: rgb(124,128,119); }

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