Html Css Color HEX #7C8465 Gunsmoke

📋 copy color: '#7C8465'

red 124 ◦ green 132 ◦ blue 101

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

Shades of Gunsmoke #7C8465

Tints of Gunsmoke #7C8465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 34.73%
G = 36.97%
B = 28.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#7C8465 (or 0x7C8465) is known color: Gunsmoke. HEX triplet: 7C, 84 and 65. RGB value is (124,132,101). Sum of RGB (Red+Green+Blue) = 124+132+101=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8465 is #837B9A. Grayscale: #7E7E7E. Windows color (decimal): -8616859 or 6653052. OLE color: 6653052.

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

Color convert

RGB 124 132 101 -
CMYK 0.06 0 0.23 0.48
HSL 75.48º 0.13% 0.46% -
HSV(B) 75.48º 0.23% 0.52% -
XYZ 18.91 21.73 15.51 -
YUV 126.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 124 132 101 0.06 0 0.23 0.48 75.48 0.13 0.46
Hex 7C 84 65 6 0 17 30 4B D 2E
Octal 174 204 145 6 0 27 60 113 15 56
Binary 1111100 10000100 1100101 110 0 10111 110000 1001011 1101 101110

Color Harmonies of #7C8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8465

Black with #7C8465

Text Example


Text Example

White with #7C8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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