Html Css Color HEX #887380 Strikemaster

📋 copy color: '#887380'

red 136 ◦ green 115 ◦ blue 128

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

Shades of Strikemaster #887380

Tints of Strikemaster #887380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 35.88%
G = 30.34%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#887380 (or 0x887380) is known color: Strikemaster. HEX triplet: 88, 73 and 80. RGB value is (136,115,128). Sum of RGB (Red+Green+Blue) = 136+115+128=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #887380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887380 is #778C7F. Grayscale: #7A7A7A. Windows color (decimal): -7834752 or 8418184. OLE color: 8418184.

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

Color convert

RGB 136 115 128 -
CMYK 0 0.15 0.06 0.47
HSL 322.86º 0.08% 0.49% -
HSV(B) 322.86º 0.15% 0.53% -
XYZ 20.18 19.05 23.04 -
YUV 122.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 136 115 128 0 0.15 0.06 0.47 322.86 0.08 0.49
Hex 88 73 80 0 F 6 2F 143 8 31
Octal 210 163 200 0 17 6 57 503 10 61
Binary 10001000 1110011 10000000 0 1111 110 101111 101000011 1000 110001

Color Harmonies of #887380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887380

Black with #887380

Text Example


Text Example

White with #887380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887380; }

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

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

background-color css

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

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

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

border-color css

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

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

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