Html Css Color HEX #7A8267 Gunsmoke

📋 copy color: '#7A8267'

red 122 ◦ green 130 ◦ blue 103

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

Shades of Gunsmoke #7A8267

Tints of Gunsmoke #7A8267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 34.37%
G = 36.62%
B = 29.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#7A8267 (or 0x7A8267) is known color: Gunsmoke. HEX triplet: 7A, 82 and 67. RGB value is (122,130,103). Sum of RGB (Red+Green+Blue) = 122+130+103=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8267 is #857D98. Grayscale: #7C7C7C. Windows color (decimal): -8748441 or 6783610. OLE color: 6783610.

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

Color convert

RGB 122 130 103 -
CMYK 0.06 0 0.21 0.49
HSL 77.78º 0.12% 0.46% -
HSV(B) 77.78º 0.21% 0.51% -
XYZ 18.46 21.08 15.93 -
YUV 124.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 122 130 103 0.06 0 0.21 0.49 77.78 0.12 0.46
Hex 7A 82 67 6 0 15 31 4E C 2E
Octal 172 202 147 6 0 25 61 116 14 56
Binary 1111010 10000010 1100111 110 0 10101 110001 1001110 1100 101110

Color Harmonies of #7A8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8267

Black with #7A8267

Text Example


Text Example

White with #7A8267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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