Html Css Color HEX #7D8466 Gunsmoke

📋 copy color: '#7D8466'

red 125 ◦ green 132 ◦ blue 102

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

Shades of Gunsmoke #7D8466

Tints of Gunsmoke #7D8466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 34.82%
G = 36.77%
B = 28.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#7D8466 (or 0x7D8466) is known color: Gunsmoke. HEX triplet: 7D, 84 and 66. RGB value is (125,132,102). Sum of RGB (Red+Green+Blue) = 125+132+102=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8466 is #827B99. Grayscale: #7E7E7E. Windows color (decimal): -8551322 or 6718589. OLE color: 6718589.

HSL color Cylindrical-coordinate representation of color #7D8466: hue angle of 74º 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 #7D8466 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 132 102 -
CMYK 0.05 0 0.23 0.48
HSL 74º 0.13% 0.46% -
HSV(B) 74º 0.23% 0.52% -
XYZ 19.11 21.82 15.78 -
YUV 126.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 125 132 102 0.05 0 0.23 0.48 74 0.13 0.46
Hex 7D 84 66 5 0 17 30 4A D 2E
Octal 175 204 146 5 0 27 60 112 15 56
Binary 1111101 10000100 1100110 101 0 10111 110000 1001010 1101 101110

Color Harmonies of #7D8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8466

Black with #7D8466

Text Example


Text Example

White with #7D8466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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