Html Css Color HEX #7F8676 Gunsmoke

📋 copy color: '#7F8676'

red 127 ◦ green 134 ◦ blue 118

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

Shades of Gunsmoke #7F8676

Tints of Gunsmoke #7F8676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 33.51%
G = 35.36%
B = 31.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#7F8676 (or 0x7F8676) is known color: Gunsmoke. HEX triplet: 7F, 86 and 76. RGB value is (127,134,118). Sum of RGB (Red+Green+Blue) = 127+134+118=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8676 is #807989. Grayscale: #828282. Windows color (decimal): -8419722 or 7767679. OLE color: 7767679.

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

Color convert

RGB 127 134 118 -
CMYK 0.05 0 0.12 0.47
HSL 86.25º 0.06% 0.49% -
HSV(B) 86.25º 0.12% 0.53% -
XYZ 20.55 22.87 20.47 -
YUV 130.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 127 134 118 0.05 0 0.12 0.47 86.25 0.06 0.49
Hex 7F 86 76 5 0 C 2F 56 6 31
Octal 177 206 166 5 0 14 57 126 6 61
Binary 1111111 10000110 1110110 101 0 1100 101111 1010110 110 110001

Color Harmonies of #7F8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8676

Black with #7F8676

Text Example


Text Example

White with #7F8676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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