Html Css Color HEX #876577 Strikemaster

📋 copy color: '#876577'

red 135 ◦ green 101 ◦ blue 119

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

Shades of Strikemaster #876577

Tints of Strikemaster #876577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 38.03%
G = 28.45%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#876577 (or 0x876577) is known color: Strikemaster. HEX triplet: 87, 65 and 77. RGB value is (135,101,119). Sum of RGB (Red+Green+Blue) = 135+101+119=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876577 is #789A88. Grayscale: #717171. Windows color (decimal): -7903881 or 7824775. OLE color: 7824775.

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

Color convert

RGB 135 101 119 -
CMYK 0 0.25 0.12 0.47
HSL 328.24º 0.14% 0.46% -
HSV(B) 328.24º 0.25% 0.53% -
XYZ 17.98 15.79 19.55 -
YUV 113.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 135 101 119 0 0.25 0.12 0.47 328.24 0.14 0.46
Hex 87 65 77 0 19 C 2F 148 E 2E
Octal 207 145 167 0 31 14 57 510 16 56
Binary 10000111 1100101 1110111 0 11001 1100 101111 101001000 1110 101110

Color Harmonies of #876577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876577

Black with #876577

Text Example


Text Example

White with #876577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876577; }

 p { color: rgb(135,101,119); }

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

background-color css

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

 a { background-color: rgb(135,101,119); }

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

border-color css

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

 span { border-color: rgb(135,101,119); }

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