Html Css Color HEX #7C846F Gunsmoke

📋 copy color: '#7C846F'

red 124 ◦ green 132 ◦ blue 111

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

Shades of Gunsmoke #7C846F

Tints of Gunsmoke #7C846F

RGB

 RED value IS 124 (48.83% from 255) = 33.79%

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 33.79%
G = 35.97%
B = 30.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#7C846F (or 0x7C846F) is known color: Gunsmoke. HEX triplet: 7C, 84 and 6F. RGB value is (124,132,111). Sum of RGB (Red+Green+Blue) = 124+132+111=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #7C846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C846F is #837B90. Grayscale: #7F7F7F. Windows color (decimal): -8616849 or 7308412. OLE color: 7308412.

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

Color convert

RGB 124 132 111 -
CMYK 0.06 0 0.16 0.48
HSL 82.86º 0.09% 0.48% -
HSV(B) 82.86º 0.16% 0.52% -
XYZ 19.43 21.94 18.25 -
YUV 127.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 124 132 111 0.06 0 0.16 0.48 82.86 0.09 0.48
Hex 7C 84 6F 6 0 10 30 53 9 30
Octal 174 204 157 6 0 20 60 123 11 60
Binary 1111100 10000100 1101111 110 0 10000 110000 1010011 1001 110000

Color Harmonies of #7C846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C846F

Black with #7C846F

Text Example


Text Example

White with #7C846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,111); }

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

background-color css

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

 a { background-color: rgb(124,132,111); }

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

border-color css

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

 span { border-color: rgb(124,132,111); }

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