Html Css Color HEX #7F856C Gunsmoke

📋 copy color: '#7F856C'

red 127 ◦ green 133 ◦ blue 108

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

Shades of Gunsmoke #7F856C

Tints of Gunsmoke #7F856C

RGB

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

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

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

R = 34.51%
G = 36.14%
B = 29.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#7F856C (or 0x7F856C) is known color: Gunsmoke. HEX triplet: 7F, 85 and 6C. RGB value is (127,133,108). Sum of RGB (Red+Green+Blue) = 127+133+108=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #7F856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F856C is #807A93. Grayscale: #808080. Windows color (decimal): -8419988 or 7112063. OLE color: 7112063.

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

Color convert

RGB 127 133 108 -
CMYK 0.05 0 0.19 0.48
HSL 74.4º 0.1% 0.47% -
HSV(B) 74.4º 0.19% 0.52% -
XYZ 19.85 22.37 17.46 -
YUV 128.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 127 133 108 0.05 0 0.19 0.48 74.4 0.1 0.47
Hex 7F 85 6C 5 0 13 30 4A A 2F
Octal 177 205 154 5 0 23 60 112 12 57
Binary 1111111 10000101 1101100 101 0 10011 110000 1001010 1010 101111

Color Harmonies of #7F856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F856C

Black with #7F856C

Text Example


Text Example

White with #7F856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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