Html Css Color HEX #7A826D Gunsmoke

📋 copy color: '#7A826D'

red 122 ◦ green 130 ◦ blue 109

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

Shades of Gunsmoke #7A826D

Tints of Gunsmoke #7A826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 33.8%
G = 36.01%
B = 30.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#7A826D (or 0x7A826D) is known color: Gunsmoke. HEX triplet: 7A, 82 and 6D. RGB value is (122,130,109). Sum of RGB (Red+Green+Blue) = 122+130+109=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #7A826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A826D is #857D92. Grayscale: #7D7D7D. Windows color (decimal): -8748435 or 7176826. OLE color: 7176826.

HSL color Cylindrical-coordinate representation of color #7A826D: hue angle of 82.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A826D is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 109 -
CMYK 0.06 0 0.16 0.49
HSL 82.86º 0.09% 0.47% -
HSV(B) 82.86º 0.16% 0.51% -
XYZ 18.77 21.21 17.57 -
YUV 125.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 122 130 109 0.06 0 0.16 0.49 82.86 0.09 0.47
Hex 7A 82 6D 6 0 10 31 53 9 2F
Octal 172 202 155 6 0 20 61 123 11 57
Binary 1111010 10000010 1101101 110 0 10000 110001 1010011 1001 101111

Color Harmonies of #7A826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A826D

Black with #7A826D

Text Example


Text Example

White with #7A826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,109); }

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

background-color css

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

 a { background-color: rgb(122,130,109); }

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

border-color css

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

 span { border-color: rgb(122,130,109); }

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