Html Css Color HEX #7C846B Gunsmoke

📋 copy color: '#7C846B'

red 124 ◦ green 132 ◦ blue 107

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

Shades of Gunsmoke #7C846B

Tints of Gunsmoke #7C846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 34.16%
G = 36.36%
B = 29.48%

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

#7C846B (or 0x7C846B) is known color: Gunsmoke. HEX triplet: 7C, 84 and 6B. RGB value is (124,132,107). Sum of RGB (Red+Green+Blue) = 124+132+107=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #7C846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C846B is #837B94. Grayscale: #7E7E7E. Windows color (decimal): -8616853 or 7046268. OLE color: 7046268.

HSL color Cylindrical-coordinate representation of color #7C846B: 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 #7C846B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 132 107 -
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.22 21.85 17.11 -
YUV 126.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 124 132 107 0.06 0 0.19 0.48 79.2 0.1 0.47
Hex 7C 84 6B 6 0 13 30 4F A 2F
Octal 174 204 153 6 0 23 60 117 12 57
Binary 1111100 10000100 1101011 110 0 10011 110000 1001111 1010 101111

Color Harmonies of #7C846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C846B

Black with #7C846B

Text Example


Text Example

White with #7C846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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