Html Css Color HEX #886978 Strikemaster

📋 copy color: '#886978'

red 136 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #886978

Tints of Strikemaster #886978

RGB

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

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

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

R = 37.67%
G = 29.09%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886978 (or 0x886978) is known color: Strikemaster. HEX triplet: 88, 69 and 78. RGB value is (136,105,120). Sum of RGB (Red+Green+Blue) = 136+105+120=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #886978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886978 is #779687. Grayscale: #737373. Windows color (decimal): -7837320 or 7891336. OLE color: 7891336.

HSL color Cylindrical-coordinate representation of color #886978: hue angle of 330.97º 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 #886978 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 120 -
CMYK 0 0.23 0.12 0.47
HSL 330.97º 0.13% 0.47% -
HSV(B) 330.97º 0.23% 0.53% -
XYZ 18.6 16.69 20.01 -
YUV 115.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 136 105 120 0 0.23 0.12 0.47 330.97 0.13 0.47
Hex 88 69 78 0 17 C 2F 14B D 2F
Octal 210 151 170 0 27 14 57 513 15 57
Binary 10001000 1101001 1111000 0 10111 1100 101111 101001011 1101 101111

Color Harmonies of #886978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886978

Black with #886978

Text Example


Text Example

White with #886978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886978; }

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

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

background-color css

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

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

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

border-color css

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

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

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