Html Css Color HEX #7A8166 Gunsmoke

📋 copy color: '#7A8166'

red 122 ◦ green 129 ◦ blue 102

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

Shades of Gunsmoke #7A8166

Tints of Gunsmoke #7A8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 34.56%
G = 36.54%
B = 28.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#7A8166 (or 0x7A8166) is known color: Gunsmoke. HEX triplet: 7A, 81 and 66. RGB value is (122,129,102). Sum of RGB (Red+Green+Blue) = 122+129+102=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8166 is #857E99. Grayscale: #7B7B7B. Windows color (decimal): -8748698 or 6717818. OLE color: 6717818.

HSL color Cylindrical-coordinate representation of color #7A8166: hue angle of 75.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A8166 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 129 102 -
CMYK 0.05 0 0.21 0.49
HSL 75.56º 0.12% 0.45% -
HSV(B) 75.56º 0.21% 0.51% -
XYZ 18.27 20.8 15.62 -
YUV 123.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 122 129 102 0.05 0 0.21 0.49 75.56 0.12 0.45
Hex 7A 81 66 5 0 15 31 4C C 2D
Octal 172 201 146 5 0 25 61 114 14 55
Binary 1111010 10000001 1100110 101 0 10101 110001 1001100 1100 101101

Color Harmonies of #7A8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8166

Black with #7A8166

Text Example


Text Example

White with #7A8166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,102); }

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

background-color css

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

 a { background-color: rgb(122,129,102); }

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

border-color css

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

 span { border-color: rgb(122,129,102); }

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