Html Css Color HEX #7D8566 Gunsmoke

📋 copy color: '#7D8566'

red 125 ◦ green 133 ◦ blue 102

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

Shades of Gunsmoke #7D8566

Tints of Gunsmoke #7D8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 34.72%
G = 36.94%
B = 28.33%

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

#7D8566 (or 0x7D8566) is known color: Gunsmoke. HEX triplet: 7D, 85 and 66. RGB value is (125,133,102). Sum of RGB (Red+Green+Blue) = 125+133+102=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8566 is #827A99. Grayscale: #7F7F7F. Windows color (decimal): -8551066 or 6718845. OLE color: 6718845.

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

Color convert

RGB 125 133 102 -
CMYK 0.06 0 0.23 0.48
HSL 75.48º 0.13% 0.46% -
HSV(B) 75.48º 0.23% 0.52% -
XYZ 19.24 22.09 15.82 -
YUV 127.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 125 133 102 0.06 0 0.23 0.48 75.48 0.13 0.46
Hex 7D 85 66 6 0 17 30 4B D 2E
Octal 175 205 146 6 0 27 60 113 15 56
Binary 1111101 10000101 1100110 110 0 10111 110000 1001011 1101 101110

Color Harmonies of #7D8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8566

Black with #7D8566

Text Example


Text Example

White with #7D8566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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