Html Css Color HEX #7F876F Gunsmoke

📋 copy color: '#7F876F'

red 127 ◦ green 135 ◦ blue 111

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

Shades of Gunsmoke #7F876F

Tints of Gunsmoke #7F876F

RGB

 RED value IS 127 (50% from 255) = 34.05%

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 34.05%
G = 36.19%
B = 29.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#7F876F (or 0x7F876F) is known color: Gunsmoke. HEX triplet: 7F, 87 and 6F. RGB value is (127,135,111). Sum of RGB (Red+Green+Blue) = 127+135+111=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #7F876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F876F is #807890. Grayscale: #818181. Windows color (decimal): -8419473 or 7309183. OLE color: 7309183.

HSL color Cylindrical-coordinate representation of color #7F876F: hue angle of 80º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F876F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 111 -
CMYK 0.06 0 0.18 0.47
HSL 80º 0.1% 0.48% -
HSV(B) 80º 0.18% 0.53% -
XYZ 20.29 22.99 18.41 -
YUV 129.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 127 135 111 0.06 0 0.18 0.47 80 0.1 0.48
Hex 7F 87 6F 6 0 12 2F 50 A 30
Octal 177 207 157 6 0 22 57 120 12 60
Binary 1111111 10000111 1101111 110 0 10010 101111 1010000 1010 110000

Color Harmonies of #7F876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F876F

Black with #7F876F

Text Example


Text Example

White with #7F876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,111); }

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

background-color css

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

 a { background-color: rgb(127,135,111); }

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

border-color css

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

 span { border-color: rgb(127,135,111); }

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