Html Css Color HEX #887581 Strikemaster

📋 copy color: '#887581'

red 136 ◦ green 117 ◦ blue 129

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

Shades of Strikemaster #887581

Tints of Strikemaster #887581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 35.6%
G = 30.63%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#887581 (or 0x887581) is known color: Strikemaster. HEX triplet: 88, 75 and 81. RGB value is (136,117,129). Sum of RGB (Red+Green+Blue) = 136+117+129=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887581 is #778A7E. Grayscale: #7C7C7C. Windows color (decimal): -7834239 or 8484232. OLE color: 8484232.

HSL color Cylindrical-coordinate representation of color #887581: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #887581 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 117 129 -
CMYK 0 0.14 0.05 0.47
HSL 322.11º 0.08% 0.5% -
HSV(B) 322.11º 0.14% 0.53% -
XYZ 20.48 19.54 23.46 -
YUV 124.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 136 117 129 0 0.14 0.05 0.47 322.11 0.08 0.5
Hex 88 75 81 0 E 5 2F 142 8 32
Octal 210 165 201 0 16 5 57 502 10 62
Binary 10001000 1110101 10000001 0 1110 101 101111 101000010 1000 110010

Color Harmonies of #887581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887581

Black with #887581

Text Example


Text Example

White with #887581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887581; }

 p { color: rgb(136,117,129); }

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

background-color css

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

 a { background-color: rgb(136,117,129); }

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

border-color css

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

 span { border-color: rgb(136,117,129); }

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