Html Css Color HEX #7F856D Gunsmoke

📋 copy color: '#7F856D'

red 127 ◦ green 133 ◦ blue 109

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

Shades of Gunsmoke #7F856D

Tints of Gunsmoke #7F856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 34.42%
G = 36.04%
B = 29.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#7F856D (or 0x7F856D) is known color: Gunsmoke. HEX triplet: 7F, 85 and 6D. RGB value is (127,133,109). Sum of RGB (Red+Green+Blue) = 127+133+109=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #7F856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F856D is #807A92. Grayscale: #808080. Windows color (decimal): -8419987 or 7177599. OLE color: 7177599.

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

Color convert

RGB 127 133 109 -
CMYK 0.05 0 0.18 0.48
HSL 75º 0.1% 0.47% -
HSV(B) 75º 0.18% 0.52% -
XYZ 19.9 22.39 17.74 -
YUV 128.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 127 133 109 0.05 0 0.18 0.48 75 0.1 0.47
Hex 7F 85 6D 5 0 12 30 4B A 2F
Octal 177 205 155 5 0 22 60 113 12 57
Binary 1111111 10000101 1101101 101 0 10010 110000 1001011 1010 101111

Color Harmonies of #7F856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F856D

Black with #7F856D

Text Example


Text Example

White with #7F856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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