Html Css Color HEX #885C7C Strikemaster

📋 copy color: '#885C7C'

red 136 ◦ green 92 ◦ blue 124

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

Shades of Strikemaster #885C7C

Tints of Strikemaster #885C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.14%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 38.64%
G = 26.14%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#885C7C (or 0x885C7C) is known color: Strikemaster. HEX triplet: 88, 5C and 7C. RGB value is (136,92,124). Sum of RGB (Red+Green+Blue) = 136+92+124=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #885C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C7C is #77A383. Grayscale: #6C6C6C. Windows color (decimal): -7840644 or 8150152. OLE color: 8150152.

HSL color Cylindrical-coordinate representation of color #885C7C: hue angle of 316.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885C7C is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 124 -
CMYK 0 0.32 0.09 0.47
HSL 316.36º 0.19% 0.45% -
HSV(B) 316.36º 0.32% 0.53% -
XYZ 17.62 14.34 20.91 -
YUV 108.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 136 92 124 0 0.32 0.09 0.47 316.36 0.19 0.45
Hex 88 5C 7C 0 20 9 2F 13C 13 2D
Octal 210 134 174 0 40 11 57 474 23 55
Binary 10001000 1011100 1111100 0 100000 1001 101111 100111100 10011 101101

Color Harmonies of #885C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C7C

Black with #885C7C

Text Example


Text Example

White with #885C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885C7C; }

 p { color: rgb(136,92,124); }

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

background-color css

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

 a { background-color: rgb(136,92,124); }

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

border-color css

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

 span { border-color: rgb(136,92,124); }

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