Html Css Color HEX #877580 Strikemaster

📋 copy color: '#877580'

red 135 ◦ green 117 ◦ blue 128

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

Shades of Strikemaster #877580

Tints of Strikemaster #877580

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

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

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

R = 35.53%
G = 30.79%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#877580 (or 0x877580) is known color: Strikemaster. HEX triplet: 87, 75 and 80. RGB value is (135,117,128). Sum of RGB (Red+Green+Blue) = 135+117+128=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877580 is #788A7F. Grayscale: #7B7B7B. Windows color (decimal): -7899776 or 8418695. OLE color: 8418695.

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

Color convert

RGB 135 117 128 -
CMYK 0 0.13 0.05 0.47
HSL 323.33º 0.07% 0.49% -
HSV(B) 323.33º 0.13% 0.53% -
XYZ 20.25 19.43 23.11 -
YUV 123.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 135 117 128 0 0.13 0.05 0.47 323.33 0.07 0.49
Hex 87 75 80 0 D 5 2F 143 7 31
Octal 207 165 200 0 15 5 57 503 7 61
Binary 10000111 1110101 10000000 0 1101 101 101111 101000011 111 110001

Color Harmonies of #877580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877580

Black with #877580

Text Example


Text Example

White with #877580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877580; }

 p { color: rgb(135,117,128); }

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

background-color css

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

 a { background-color: rgb(135,117,128); }

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

border-color css

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

 span { border-color: rgb(135,117,128); }

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