Html Css Color HEX #7F8376 Gunsmoke

📋 copy color: '#7F8376'

red 127 ◦ green 131 ◦ blue 118

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

Shades of Gunsmoke #7F8376

Tints of Gunsmoke #7F8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 33.78%
G = 34.84%
B = 31.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#7F8376 (or 0x7F8376) is known color: Gunsmoke. HEX triplet: 7F, 83 and 76. RGB value is (127,131,118). Sum of RGB (Red+Green+Blue) = 127+131+118=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8376 is #807C89. Grayscale: #808080. Windows color (decimal): -8420490 or 7766911. OLE color: 7766911.

HSL color Cylindrical-coordinate representation of color #7F8376: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F8376 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 131 118 -
CMYK 0.03 0 0.10 0.49
HSL 78.46º 0.05% 0.49% -
HSV(B) 78.46º 0.1% 0.51% -
XYZ 20.14 22.05 20.33 -
YUV 128.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 127 131 118 0.03 0 0.10 0.49 78.46 0.05 0.49
Hex 7F 83 76 3 0 A 31 4E 5 31
Octal 177 203 166 3 0 12 61 116 5 61
Binary 1111111 10000011 1110110 11 0 1010 110001 1001110 101 110001

Color Harmonies of #7F8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8376

Black with #7F8376

Text Example


Text Example

White with #7F8376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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