Html Css Color HEX #7A806F Gunsmoke

📋 copy color: '#7A806F'

red 122 ◦ green 128 ◦ blue 111

#7A806F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #7A806F

Tints of Gunsmoke #7A806F

RGB

 RED value IS 122 (48.05% from 255) = 33.8%

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 33.8%
G = 35.46%
B = 30.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7A806F (or 0x7A806F) is known color: Gunsmoke. HEX triplet: 7A, 80 and 6F. RGB value is (122,128,111). Sum of RGB (Red+Green+Blue) = 122+128+111=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #7A806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A806F is #857F90. Grayscale: #7C7C7C. Windows color (decimal): -8748945 or 7307386. OLE color: 7307386.

HSL color Cylindrical-coordinate representation of color #7A806F: hue angle of 81.18º 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 #7A806F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 128 111 -
CMYK 0.05 0 0.13 0.50
HSL 81.18º 0.07% 0.47% -
HSV(B) 81.18º 0.13% 0.5% -
XYZ 18.61 20.72 18.06 -
YUV 124.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 122 128 111 0.05 0 0.13 0.50 81.18 0.07 0.47
Hex 7A 80 6F 5 0 D 32 51 7 2F
Octal 172 200 157 5 0 15 62 121 7 57
Binary 1111010 10000000 1101111 101 0 1101 110010 1010001 111 101111

Color Harmonies of #7A806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A806F

Black with #7A806F

Text Example


Text Example

White with #7A806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A806F;
 }
 .AnyTagClassName
 {
   color: #7A806F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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