Html Css Color HEX #886776 Strikemaster

📋 copy color: '#886776'

red 136 ◦ green 103 ◦ blue 118

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

Shades of Strikemaster #886776

Tints of Strikemaster #886776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

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

R = 38.1%
G = 28.85%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886776 (or 0x886776) is known color: Strikemaster. HEX triplet: 88, 67 and 76. RGB value is (136,103,118). Sum of RGB (Red+Green+Blue) = 136+103+118=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886776 is #779889. Grayscale: #727272. Windows color (decimal): -7837834 or 7759752. OLE color: 7759752.

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

Color convert

RGB 136 103 118 -
CMYK 0 0.24 0.13 0.47
HSL 332.73º 0.14% 0.47% -
HSV(B) 332.73º 0.24% 0.53% -
XYZ 18.27 16.24 19.31 -
YUV 114.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 136 103 118 0 0.24 0.13 0.47 332.73 0.14 0.47
Hex 88 67 76 0 18 D 2F 14D E 2F
Octal 210 147 166 0 30 15 57 515 16 57
Binary 10001000 1100111 1110110 0 11000 1101 101111 101001101 1110 101111

Color Harmonies of #886776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886776

Black with #886776

Text Example


Text Example

White with #886776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886776; }

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

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

background-color css

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

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

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

border-color css

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

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

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