Html Css Color HEX #885478 Strikemaster

📋 copy color: '#885478'

red 136 ◦ green 84 ◦ blue 120

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

Shades of Strikemaster #885478

Tints of Strikemaster #885478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 40%
G = 24.71%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#885478 (or 0x885478) is known color: Strikemaster. HEX triplet: 88, 54 and 78. RGB value is (136,84,120). Sum of RGB (Red+Green+Blue) = 136+84+120=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885478 is #77AB87. Grayscale: #676767. Windows color (decimal): -7842696 or 7885960. OLE color: 7885960.

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

Color convert

RGB 136 84 120 -
CMYK 0 0.38 0.12 0.47
HSL 318.46º 0.24% 0.43% -
HSV(B) 318.46º 0.38% 0.53% -
XYZ 16.71 12.93 19.38 -
YUV 103.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 136 84 120 0 0.38 0.12 0.47 318.46 0.24 0.43
Hex 88 54 78 0 26 C 2F 13E 18 2B
Octal 210 124 170 0 46 14 57 476 30 53
Binary 10001000 1010100 1111000 0 100110 1100 101111 100111110 11000 101011

Color Harmonies of #885478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885478

Black with #885478

Text Example


Text Example

White with #885478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885478; }

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

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

background-color css

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

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

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

border-color css

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

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

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