Html Css Color HEX #886076 Strikemaster

📋 copy color: '#886076'

red 136 ◦ green 96 ◦ blue 118

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

Shades of Strikemaster #886076

Tints of Strikemaster #886076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 38.86%
G = 27.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886076 (or 0x886076) is known color: Strikemaster. HEX triplet: 88, 60 and 76. RGB value is (136,96,118). Sum of RGB (Red+Green+Blue) = 136+96+118=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886076 is #779F89. Grayscale: #6E6E6E. Windows color (decimal): -7839626 or 7757960. OLE color: 7757960.

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

Color convert

RGB 136 96 118 -
CMYK 0 0.29 0.13 0.47
HSL 327º 0.17% 0.45% -
HSV(B) 327º 0.29% 0.53% -
XYZ 17.61 14.91 19.09 -
YUV 110.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 136 96 118 0 0.29 0.13 0.47 327 0.17 0.45
Hex 88 60 76 0 1D D 2F 147 11 2D
Octal 210 140 166 0 35 15 57 507 21 55
Binary 10001000 1100000 1110110 0 11101 1101 101111 101000111 10001 101101

Color Harmonies of #886076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886076

Black with #886076

Text Example


Text Example

White with #886076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886076; }

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

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

background-color css

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

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

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

border-color css

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

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

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