Html Css Color HEX #7A8265 Gunsmoke

📋 copy color: '#7A8265'

red 122 ◦ green 130 ◦ blue 101

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

Shades of Gunsmoke #7A8265

Tints of Gunsmoke #7A8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 34.56%
G = 36.83%
B = 28.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#7A8265 (or 0x7A8265) is known color: Gunsmoke. HEX triplet: 7A, 82 and 65. RGB value is (122,130,101). Sum of RGB (Red+Green+Blue) = 122+130+101=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8265 is #857D9A. Grayscale: #7C7C7C. Windows color (decimal): -8748443 or 6652538. OLE color: 6652538.

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

Color convert

RGB 122 130 101 -
CMYK 0.06 0 0.22 0.49
HSL 76.55º 0.13% 0.45% -
HSV(B) 76.55º 0.22% 0.51% -
XYZ 18.36 21.04 15.41 -
YUV 124.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 122 130 101 0.06 0 0.22 0.49 76.55 0.13 0.45
Hex 7A 82 65 6 0 16 31 4D D 2D
Octal 172 202 145 6 0 26 61 115 15 55
Binary 1111010 10000010 1100101 110 0 10110 110001 1001101 1101 101101

Color Harmonies of #7A8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8265

Black with #7A8265

Text Example


Text Example

White with #7A8265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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