Html Css Color HEX #885476 Strikemaster

📋 copy color: '#885476'

red 136 ◦ green 84 ◦ blue 118

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

Shades of Strikemaster #885476

Tints of Strikemaster #885476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 40.24%
G = 24.85%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#885476 (or 0x885476) is known color: Strikemaster. HEX triplet: 88, 54 and 76. RGB value is (136,84,118). Sum of RGB (Red+Green+Blue) = 136+84+118=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #885476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885476 is #77AB89. Grayscale: #676767. Windows color (decimal): -7842698 or 7754888. OLE color: 7754888.

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

Color convert

RGB 136 84 118 -
CMYK 0 0.38 0.13 0.47
HSL 320.77º 0.24% 0.43% -
HSV(B) 320.77º 0.38% 0.53% -
XYZ 16.59 12.88 18.75 -
YUV 103.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 136 84 118 0 0.38 0.13 0.47 320.77 0.24 0.43
Hex 88 54 76 0 26 D 2F 141 18 2B
Octal 210 124 166 0 46 15 57 501 30 53
Binary 10001000 1010100 1110110 0 100110 1101 101111 101000001 11000 101011

Color Harmonies of #885476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885476

Black with #885476

Text Example


Text Example

White with #885476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885476; }

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

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

background-color css

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

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

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

border-color css

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

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

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