Html Css Color HEX #886976 Strikemaster

📋 copy color: '#886976'

red 136 ◦ green 105 ◦ blue 118

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

Shades of Strikemaster #886976

Tints of Strikemaster #886976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 37.88%
G = 29.25%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886976 (or 0x886976) is known color: Strikemaster. HEX triplet: 88, 69 and 76. RGB value is (136,105,118). Sum of RGB (Red+Green+Blue) = 136+105+118=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886976 is #779689. Grayscale: #737373. Windows color (decimal): -7837322 or 7760264. OLE color: 7760264.

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

Color convert

RGB 136 105 118 -
CMYK 0 0.23 0.13 0.47
HSL 334.84º 0.13% 0.47% -
HSV(B) 334.84º 0.23% 0.53% -
XYZ 18.47 16.65 19.38 -
YUV 115.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 136 105 118 0 0.23 0.13 0.47 334.84 0.13 0.47
Hex 88 69 76 0 17 D 2F 14F D 2F
Octal 210 151 166 0 27 15 57 517 15 57
Binary 10001000 1101001 1110110 0 10111 1101 101111 101001111 1101 101111

Color Harmonies of #886976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886976

Black with #886976

Text Example


Text Example

White with #886976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886976; }

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

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

background-color css

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

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

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

border-color css

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

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

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