Html Css Color HEX #7D856C Gunsmoke

📋 copy color: '#7D856C'

red 125 ◦ green 133 ◦ blue 108

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

Shades of Gunsmoke #7D856C

Tints of Gunsmoke #7D856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 34.15%
G = 36.34%
B = 29.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#7D856C (or 0x7D856C) is known color: Gunsmoke. HEX triplet: 7D, 85 and 6C. RGB value is (125,133,108). Sum of RGB (Red+Green+Blue) = 125+133+108=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #7D856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D856C is #827A93. Grayscale: #7F7F7F. Windows color (decimal): -8551060 or 7112061. OLE color: 7112061.

HSL color Cylindrical-coordinate representation of color #7D856C: hue angle of 79.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D856C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 108 -
CMYK 0.06 0 0.19 0.48
HSL 79.2º 0.1% 0.47% -
HSV(B) 79.2º 0.19% 0.52% -
XYZ 19.55 22.22 17.45 -
YUV 127.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 125 133 108 0.06 0 0.19 0.48 79.2 0.1 0.47
Hex 7D 85 6C 6 0 13 30 4F A 2F
Octal 175 205 154 6 0 23 60 117 12 57
Binary 1111101 10000101 1101100 110 0 10011 110000 1001111 1010 101111

Color Harmonies of #7D856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D856C

Black with #7D856C

Text Example


Text Example

White with #7D856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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