Html Css Color HEX #886676 Strikemaster

📋 copy color: '#886676'

red 136 ◦ green 102 ◦ blue 118

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

Shades of Strikemaster #886676

Tints of Strikemaster #886676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 38.2%
G = 28.65%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886676 (or 0x886676) is known color: Strikemaster. HEX triplet: 88, 66 and 76. RGB value is (136,102,118). Sum of RGB (Red+Green+Blue) = 136+102+118=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886676 is #779989. Grayscale: #717171. Windows color (decimal): -7838090 or 7759496. OLE color: 7759496.

HSL color Cylindrical-coordinate representation of color #886676: hue angle of 331.76º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886676 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 118 -
CMYK 0 0.25 0.13 0.47
HSL 331.76º 0.14% 0.47% -
HSV(B) 331.76º 0.25% 0.53% -
XYZ 18.17 16.04 19.28 -
YUV 113.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 136 102 118 0 0.25 0.13 0.47 331.76 0.14 0.47
Hex 88 66 76 0 19 D 2F 14C E 2F
Octal 210 146 166 0 31 15 57 514 16 57
Binary 10001000 1100110 1110110 0 11001 1101 101111 101001100 1110 101111

Color Harmonies of #886676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886676

Black with #886676

Text Example


Text Example

White with #886676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886676; }

 p { color: rgb(136,102,118); }

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

background-color css

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

 a { background-color: rgb(136,102,118); }

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

border-color css

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

 span { border-color: rgb(136,102,118); }

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