Html Css Color HEX #7D816C Gunsmoke

📋 copy color: '#7D816C'

red 125 ◦ green 129 ◦ blue 108

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

Shades of Gunsmoke #7D816C

Tints of Gunsmoke #7D816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 34.53%
G = 35.64%
B = 29.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#7D816C (or 0x7D816C) is known color: Gunsmoke. HEX triplet: 7D, 81 and 6C. RGB value is (125,129,108). Sum of RGB (Red+Green+Blue) = 125+129+108=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 129 - color contains mainly: green. Hex color #7D816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D816C is #827E93. Grayscale: #7D7D7D. Windows color (decimal): -8552084 or 7111037. OLE color: 7111037.

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

Color convert

RGB 125 129 108 -
CMYK 0.03 0 0.16 0.49
HSL 71.43º 0.09% 0.46% -
HSV(B) 71.43º 0.16% 0.51% -
XYZ 19.01 21.14 17.27 -
YUV 125.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 125 129 108 0.03 0 0.16 0.49 71.43 0.09 0.46
Hex 7D 81 6C 3 0 10 31 47 9 2E
Octal 175 201 154 3 0 20 61 107 11 56
Binary 1111101 10000001 1101100 11 0 10000 110001 1000111 1001 101110

Color Harmonies of #7D816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D816C

Black with #7D816C

Text Example


Text Example

White with #7D816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,129,108); }

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

background-color css

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

 a { background-color: rgb(125,129,108); }

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

border-color css

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

 span { border-color: rgb(125,129,108); }

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