Html Css Color HEX #886178 Strikemaster

📋 copy color: '#886178'

red 136 ◦ green 97 ◦ blue 120

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

Shades of Strikemaster #886178

Tints of Strikemaster #886178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 38.53%
G = 27.48%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886178 (or 0x886178) is known color: Strikemaster. HEX triplet: 88, 61 and 78. RGB value is (136,97,120). Sum of RGB (Red+Green+Blue) = 136+97+120=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886178 is #779E87. Grayscale: #6F6F6F. Windows color (decimal): -7839368 or 7889288. OLE color: 7889288.

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

Color convert

RGB 136 97 120 -
CMYK 0 0.29 0.12 0.47
HSL 324.62º 0.17% 0.46% -
HSV(B) 324.62º 0.29% 0.53% -
XYZ 17.82 15.14 19.75 -
YUV 111.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 136 97 120 0 0.29 0.12 0.47 324.62 0.17 0.46
Hex 88 61 78 0 1D C 2F 145 11 2E
Octal 210 141 170 0 35 14 57 505 21 56
Binary 10001000 1100001 1111000 0 11101 1100 101111 101000101 10001 101110

Color Harmonies of #886178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886178

Black with #886178

Text Example


Text Example

White with #886178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886178; }

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

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

background-color css

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

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

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

border-color css

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

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

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