Html Css Color HEX #886276 Strikemaster

📋 copy color: '#886276'

red 136 ◦ green 98 ◦ blue 118

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

Shades of Strikemaster #886276

Tints of Strikemaster #886276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 38.64%
G = 27.84%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886276 (or 0x886276) is known color: Strikemaster. HEX triplet: 88, 62 and 76. RGB value is (136,98,118). Sum of RGB (Red+Green+Blue) = 136+98+118=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886276 is #779D89. Grayscale: #6F6F6F. Windows color (decimal): -7839114 or 7758472. OLE color: 7758472.

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

Color convert

RGB 136 98 118 -
CMYK 0 0.28 0.13 0.47
HSL 328.42º 0.16% 0.46% -
HSV(B) 328.42º 0.28% 0.53% -
XYZ 17.79 15.28 19.15 -
YUV 111.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 136 98 118 0 0.28 0.13 0.47 328.42 0.16 0.46
Hex 88 62 76 0 1C D 2F 148 10 2E
Octal 210 142 166 0 34 15 57 510 20 56
Binary 10001000 1100010 1110110 0 11100 1101 101111 101001000 10000 101110

Color Harmonies of #886276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886276

Black with #886276

Text Example


Text Example

White with #886276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886276; }

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

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

background-color css

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

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

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

border-color css

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

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

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