Html Css Color HEX #7F866C Gunsmoke

📋 copy color: '#7F866C'

red 127 ◦ green 134 ◦ blue 108

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

Shades of Gunsmoke #7F866C

Tints of Gunsmoke #7F866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 34.42%
G = 36.31%
B = 29.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#7F866C (or 0x7F866C) is known color: Gunsmoke. HEX triplet: 7F, 86 and 6C. RGB value is (127,134,108). Sum of RGB (Red+Green+Blue) = 127+134+108=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #7F866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F866C is #807993. Grayscale: #818181. Windows color (decimal): -8419732 or 7112319. OLE color: 7112319.

HSL color Cylindrical-coordinate representation of color #7F866C: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F866C is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 134 108 -
CMYK 0.05 0 0.19 0.47
HSL 76.15º 0.11% 0.47% -
HSV(B) 76.15º 0.19% 0.53% -
XYZ 19.98 22.64 17.5 -
YUV 128.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 127 134 108 0.05 0 0.19 0.47 76.15 0.11 0.47
Hex 7F 86 6C 5 0 13 2F 4C B 2F
Octal 177 206 154 5 0 23 57 114 13 57
Binary 1111111 10000110 1101100 101 0 10011 101111 1001100 1011 101111

Color Harmonies of #7F866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F866C

Black with #7F866C

Text Example


Text Example

White with #7F866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,108); }

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

background-color css

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

 a { background-color: rgb(127,134,108); }

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

border-color css

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

 span { border-color: rgb(127,134,108); }

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