Html Css Color HEX #7A826C Gunsmoke

📋 copy color: '#7A826C'

red 122 ◦ green 130 ◦ blue 108

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

Shades of Gunsmoke #7A826C

Tints of Gunsmoke #7A826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 33.89%
G = 36.11%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#7A826C (or 0x7A826C) is known color: Gunsmoke. HEX triplet: 7A, 82 and 6C. RGB value is (122,130,108). Sum of RGB (Red+Green+Blue) = 122+130+108=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #7A826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A826C is #857D93. Grayscale: #7D7D7D. Windows color (decimal): -8748436 or 7111290. OLE color: 7111290.

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

Color convert

RGB 122 130 108 -
CMYK 0.06 0 0.17 0.49
HSL 81.82º 0.09% 0.47% -
HSV(B) 81.82º 0.17% 0.51% -
XYZ 18.72 21.19 17.29 -
YUV 125.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 122 130 108 0.06 0 0.17 0.49 81.82 0.09 0.47
Hex 7A 82 6C 6 0 11 31 52 9 2F
Octal 172 202 154 6 0 21 61 122 11 57
Binary 1111010 10000010 1101100 110 0 10001 110001 1010010 1001 101111

Color Harmonies of #7A826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A826C

Black with #7A826C

Text Example


Text Example

White with #7A826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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