Html Css Color HEX #885773 Strikemaster

📋 copy color: '#885773'

red 136 ◦ green 87 ◦ blue 115

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

Shades of Strikemaster #885773

Tints of Strikemaster #885773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 40.24%
G = 25.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885773 (or 0x885773) is known color: Strikemaster. HEX triplet: 88, 57 and 73. RGB value is (136,87,115). Sum of RGB (Red+Green+Blue) = 136+87+115=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #885773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885773 is #77A88C. Grayscale: #686868. Windows color (decimal): -7841933 or 7559048. OLE color: 7559048.

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

Color convert

RGB 136 87 115 -
CMYK 0 0.36 0.15 0.47
HSL 325.71º 0.22% 0.44% -
HSV(B) 325.71º 0.36% 0.53% -
XYZ 16.66 13.29 17.91 -
YUV 104.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 136 87 115 0 0.36 0.15 0.47 325.71 0.22 0.44
Hex 88 57 73 0 24 F 2F 146 16 2C
Octal 210 127 163 0 44 17 57 506 26 54
Binary 10001000 1010111 1110011 0 100100 1111 101111 101000110 10110 101100

Color Harmonies of #885773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885773

Black with #885773

Text Example


Text Example

White with #885773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885773; }

 p { color: rgb(136,87,115); }

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

background-color css

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

 a { background-color: rgb(136,87,115); }

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

border-color css

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

 span { border-color: rgb(136,87,115); }

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