Html Css Color HEX #7D846C Gunsmoke

📋 copy color: '#7D846C'

red 125 ◦ green 132 ◦ blue 108

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

Shades of Gunsmoke #7D846C

Tints of Gunsmoke #7D846C

RGB

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

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

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

R = 34.25%
G = 36.16%
B = 29.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#7D846C (or 0x7D846C) is known color: Gunsmoke. HEX triplet: 7D, 84 and 6C. RGB value is (125,132,108). Sum of RGB (Red+Green+Blue) = 125+132+108=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #7D846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D846C is #827B93. Grayscale: #7F7F7F. Windows color (decimal): -8551316 or 7111805. OLE color: 7111805.

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

Color convert

RGB 125 132 108 -
CMYK 0.05 0 0.18 0.48
HSL 77.5º 0.1% 0.47% -
HSV(B) 77.5º 0.18% 0.52% -
XYZ 19.42 21.95 17.4 -
YUV 127.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 125 132 108 0.05 0 0.18 0.48 77.5 0.1 0.47
Hex 7D 84 6C 5 0 12 30 4E A 2F
Octal 175 204 154 5 0 22 60 116 12 57
Binary 1111101 10000100 1101100 101 0 10010 110000 1001110 1010 101111

Color Harmonies of #7D846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D846C

Black with #7D846C

Text Example


Text Example

White with #7D846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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