#7B806F

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

Shades of Gunsmoke #7B806F

Tints of Gunsmoke #7B806F

Color information

#7B806F (or 0x7B806F) is unknown color: approx Gunsmoke. HEX triplet: 7B, 80 and 6F. RGB value is (123,128,111). Sum of RGB (Red+Green+Blue) = 123+128+111=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #7B806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B806F is #847F90. Grayscale: #7C7C7C. Windows color (decimal): -8683409 or 7307387. OLE color: 7307387.

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

Color convert

RGB123128111-
CMYK0.0400.130.50
HSL77.65º7.11%46.86%-
HSV(B)77.65º13.28%50.2%-
XYZ18.7620.818.06-
YUV124.57120.34126.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=33.98%
G=35.36%
B=30.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1231281110.0400.130.5077.657.1146.86
Hex7B806F40D324e72f
Octal173200157401562116757
Binary1111011100000001101111100011011100101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,128,111); }

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

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

 a { background-color: rgb(123,128,111); }

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

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

 span { border-color: rgb(123,128,111); }

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