Html Css Color HEX #886478 Strikemaster

📋 copy color: '#886478'

red 136 ◦ green 100 ◦ blue 120

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

Shades of Strikemaster #886478

Tints of Strikemaster #886478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 38.2%
G = 28.09%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886478 (or 0x886478) is known color: Strikemaster. HEX triplet: 88, 64 and 78. RGB value is (136,100,120). Sum of RGB (Red+Green+Blue) = 136+100+120=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886478 is #779B87. Grayscale: #717171. Windows color (decimal): -7838600 or 7890056. OLE color: 7890056.

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

Color convert

RGB 136 100 120 -
CMYK 0 0.26 0.12 0.47
HSL 326.67º 0.15% 0.46% -
HSV(B) 326.67º 0.26% 0.53% -
XYZ 18.1 15.7 19.85 -
YUV 113.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 136 100 120 0 0.26 0.12 0.47 326.67 0.15 0.46
Hex 88 64 78 0 1A C 2F 147 F 2E
Octal 210 144 170 0 32 14 57 507 17 56
Binary 10001000 1100100 1111000 0 11010 1100 101111 101000111 1111 101110

Color Harmonies of #886478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886478

Black with #886478

Text Example


Text Example

White with #886478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886478; }

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

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

background-color css

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

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

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

border-color css

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

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

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