Html Css Color HEX #7B8464 Gunsmoke

📋 copy color: '#7B8464'

red 123 ◦ green 132 ◦ blue 100

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

Shades of Gunsmoke #7B8464

Tints of Gunsmoke #7B8464

RGB

 RED value IS 123 (48.44% from 255) = 34.65%

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

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 34.65%
G = 37.18%
B = 28.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#7B8464 (or 0x7B8464) is known color: Gunsmoke. HEX triplet: 7B, 84 and 64. RGB value is (123,132,100). Sum of RGB (Red+Green+Blue) = 123+132+100=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #7B8464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8464 is #847B9B. Grayscale: #7D7D7D. Windows color (decimal): -8682396 or 6587515. OLE color: 6587515.

HSL color Cylindrical-coordinate representation of color #7B8464: hue angle of 76.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B8464 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 132 100 -
CMYK 0.07 0 0.24 0.48
HSL 76.88º 0.14% 0.45% -
HSV(B) 76.88º 0.24% 0.52% -
XYZ 18.72 21.63 15.25 -
YUV 125.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 123 132 100 0.07 0 0.24 0.48 76.88 0.14 0.45
Hex 7B 84 64 7 0 18 30 4D E 2D
Octal 173 204 144 7 0 30 60 115 16 55
Binary 1111011 10000100 1100100 111 0 11000 110000 1001101 1110 101101

Color Harmonies of #7B8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8464

Black with #7B8464

Text Example


Text Example

White with #7B8464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,132,100); }

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

background-color css

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

 a { background-color: rgb(123,132,100); }

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

border-color css

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

 span { border-color: rgb(123,132,100); }

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