Html Css Color HEX #7D8567 Gunsmoke

📋 copy color: '#7D8567'

red 125 ◦ green 133 ◦ blue 103

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

Shades of Gunsmoke #7D8567

Tints of Gunsmoke #7D8567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 34.63%
G = 36.84%
B = 28.53%

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

#7D8567 (or 0x7D8567) is known color: Gunsmoke. HEX triplet: 7D, 85 and 67. RGB value is (125,133,103). Sum of RGB (Red+Green+Blue) = 125+133+103=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8567 is #827A98. Grayscale: #7F7F7F. Windows color (decimal): -8551065 or 6784381. OLE color: 6784381.

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

Color convert

RGB 125 133 103 -
CMYK 0.06 0 0.23 0.48
HSL 76º 0.13% 0.46% -
HSV(B) 76º 0.23% 0.52% -
XYZ 19.29 22.11 16.08 -
YUV 127.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 125 133 103 0.06 0 0.23 0.48 76 0.13 0.46
Hex 7D 85 67 6 0 17 30 4C D 2E
Octal 175 205 147 6 0 27 60 114 15 56
Binary 1111101 10000101 1100111 110 0 10111 110000 1001100 1101 101110

Color Harmonies of #7D8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8567

Black with #7D8567

Text Example


Text Example

White with #7D8567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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