Html Css Color HEX #7F886C Gunsmoke

📋 copy color: '#7F886C'

red 127 ◦ green 136 ◦ blue 108

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

Shades of Gunsmoke #7F886C

Tints of Gunsmoke #7F886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 34.23%
G = 36.66%
B = 29.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#7F886C (or 0x7F886C) is known color: Gunsmoke. HEX triplet: 7F, 88 and 6C. RGB value is (127,136,108). Sum of RGB (Red+Green+Blue) = 127+136+108=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #7F886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F886C is #807793. Grayscale: #828282. Windows color (decimal): -8419220 or 7112831. OLE color: 7112831.

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

Color convert

RGB 127 136 108 -
CMYK 0.07 0 0.21 0.47
HSL 79.29º 0.11% 0.48% -
HSV(B) 79.29º 0.21% 0.53% -
XYZ 20.26 23.2 17.6 -
YUV 130.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 127 136 108 0.07 0 0.21 0.47 79.29 0.11 0.48
Hex 7F 88 6C 7 0 15 2F 4F B 30
Octal 177 210 154 7 0 25 57 117 13 60
Binary 1111111 10001000 1101100 111 0 10101 101111 1001111 1011 110000

Color Harmonies of #7F886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F886C

Black with #7F886C

Text Example


Text Example

White with #7F886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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