Html Css Color HEX #7A7C71 Gunsmoke

📋 copy color: '#7A7C71'

red 122 ◦ green 124 ◦ blue 113

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

Shades of Gunsmoke #7A7C71

Tints of Gunsmoke #7A7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 33.98%
G = 34.54%
B = 31.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7A7C71 (or 0x7A7C71) is known color: Gunsmoke. HEX triplet: 7A, 7C and 71. RGB value is (122,124,113). Sum of RGB (Red+Green+Blue) = 122+124+113=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C71 is #85838E. Grayscale: #7A7A7A. Windows color (decimal): -8749967 or 7437434. OLE color: 7437434.

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

Color convert

RGB 122 124 113 -
CMYK 0.02 0 0.09 0.51
HSL 70.91º 0.05% 0.46% -
HSV(B) 70.91º 0.09% 0.49% -
XYZ 18.21 19.75 18.47 -
YUV 122.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 122 124 113 0.02 0 0.09 0.51 70.91 0.05 0.46
Hex 7A 7C 71 2 0 9 33 47 5 2E
Octal 172 174 161 2 0 11 63 107 5 56
Binary 1111010 1111100 1110001 10 0 1001 110011 1000111 101 101110

Color Harmonies of #7A7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7C71

Black with #7A7C71

Text Example


Text Example

White with #7A7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,124,113); }

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

background-color css

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

 a { background-color: rgb(122,124,113); }

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

border-color css

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

 span { border-color: rgb(122,124,113); }

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