Html Css Color HEX #885877 Strikemaster

📋 copy color: '#885877'

red 136 ◦ green 88 ◦ blue 119

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

Shades of Strikemaster #885877

Tints of Strikemaster #885877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 39.65%
G = 25.66%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#885877 (or 0x885877) is known color: Strikemaster. HEX triplet: 88, 58 and 77. RGB value is (136,88,119). Sum of RGB (Red+Green+Blue) = 136+88+119=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885877 is #77A788. Grayscale: #696969. Windows color (decimal): -7841673 or 7821448. OLE color: 7821448.

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

Color convert

RGB 136 88 119 -
CMYK 0 0.35 0.12 0.47
HSL 321.25º 0.21% 0.44% -
HSV(B) 321.25º 0.35% 0.53% -
XYZ 16.97 13.55 19.17 -
YUV 105.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 136 88 119 0 0.35 0.12 0.47 321.25 0.21 0.44
Hex 88 58 77 0 23 C 2F 141 15 2C
Octal 210 130 167 0 43 14 57 501 25 54
Binary 10001000 1011000 1110111 0 100011 1100 101111 101000001 10101 101100

Color Harmonies of #885877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885877

Black with #885877

Text Example


Text Example

White with #885877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885877; }

 p { color: rgb(136,88,119); }

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

background-color css

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

 a { background-color: rgb(136,88,119); }

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

border-color css

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

 span { border-color: rgb(136,88,119); }

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