Html Css Color HEX #886D79 Strikemaster

📋 copy color: '#886D79'

red 136 ◦ green 109 ◦ blue 121

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

Shades of Strikemaster #886D79

Tints of Strikemaster #886D79

RGB

 RED value IS 136 (53.52% from 255) = 37.16%

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 37.16%
G = 29.78%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#886D79 (or 0x886D79) is known color: Strikemaster. HEX triplet: 88, 6D and 79. RGB value is (136,109,121). Sum of RGB (Red+Green+Blue) = 136+109+121=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D79 is #779286. Grayscale: #767676. Windows color (decimal): -7836295 or 7957896. OLE color: 7957896.

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

Color convert

RGB 136 109 121 -
CMYK 0 0.20 0.11 0.47
HSL 333.33º 0.11% 0.48% -
HSV(B) 333.33º 0.2% 0.53% -
XYZ 19.07 17.55 20.47 -
YUV 118.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 136 109 121 0 0.20 0.11 0.47 333.33 0.11 0.48
Hex 88 6D 79 0 14 B 2F 14D B 30
Octal 210 155 171 0 24 13 57 515 13 60
Binary 10001000 1101101 1111001 0 10100 1011 101111 101001101 1011 110000

Color Harmonies of #886D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D79

Black with #886D79

Text Example


Text Example

White with #886D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D79; }

 p { color: rgb(136,109,121); }

 H1.HeaderClassName
 {
   color: #886D79;
 }
 .AnyTagClassName
 {
   color: #886D79;
 }
</style>

background-color css

<style>
 a { background-color: #886D79; }

 a { background-color: rgb(136,109,121); }

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

border-color css

<style>
 span { border-color: #886D79; }

 span { border-color: rgb(136,109,121); }

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