Html Css Color HEX #7D8471 Gunsmoke

📋 copy color: '#7D8471'

red 125 ◦ green 132 ◦ blue 113

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

Shades of Gunsmoke #7D8471

Tints of Gunsmoke #7D8471

RGB

 RED value IS 125 (49.22% from 255) = 33.78%

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 33.78%
G = 35.68%
B = 30.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#7D8471 (or 0x7D8471) is known color: Gunsmoke. HEX triplet: 7D, 84 and 71. RGB value is (125,132,113). Sum of RGB (Red+Green+Blue) = 125+132+113=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8471 is #827B8E. Grayscale: #7F7F7F. Windows color (decimal): -8551311 or 7439485. OLE color: 7439485.

HSL color Cylindrical-coordinate representation of color #7D8471: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D8471 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 132 113 -
CMYK 0.05 0 0.14 0.48
HSL 82.11º 0.08% 0.48% -
HSV(B) 82.11º 0.14% 0.52% -
XYZ 19.69 22.05 18.84 -
YUV 127.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 125 132 113 0.05 0 0.14 0.48 82.11 0.08 0.48
Hex 7D 84 71 5 0 E 30 52 8 30
Octal 175 204 161 5 0 16 60 122 10 60
Binary 1111101 10000100 1110001 101 0 1110 110000 1010010 1000 110000

Color Harmonies of #7D8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8471

Black with #7D8471

Text Example


Text Example

White with #7D8471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,113); }

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

background-color css

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

 a { background-color: rgb(125,132,113); }

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

border-color css

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

 span { border-color: rgb(125,132,113); }

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