Html Css Color HEX #886B78 Strikemaster

📋 copy color: '#886B78'

red 136 ◦ green 107 ◦ blue 120

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

Shades of Strikemaster #886B78

Tints of Strikemaster #886B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 37.47%
G = 29.48%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886B78 (or 0x886B78) is known color: Strikemaster. HEX triplet: 88, 6B and 78. RGB value is (136,107,120). Sum of RGB (Red+Green+Blue) = 136+107+120=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B78 is #779487. Grayscale: #757575. Windows color (decimal): -7836808 or 7891848. OLE color: 7891848.

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

Color convert

RGB 136 107 120 -
CMYK 0 0.21 0.12 0.47
HSL 333.1º 0.12% 0.48% -
HSV(B) 333.1º 0.21% 0.53% -
XYZ 18.8 17.11 20.08 -
YUV 117.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 136 107 120 0 0.21 0.12 0.47 333.1 0.12 0.48
Hex 88 6B 78 0 15 C 2F 14D C 30
Octal 210 153 170 0 25 14 57 515 14 60
Binary 10001000 1101011 1111000 0 10101 1100 101111 101001101 1100 110000

Color Harmonies of #886B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B78

Black with #886B78

Text Example


Text Example

White with #886B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886B78; }

 p { color: rgb(136,107,120); }

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

background-color css

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

 a { background-color: rgb(136,107,120); }

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

border-color css

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

 span { border-color: rgb(136,107,120); }

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