Html Css Color HEX #876B7C Strikemaster

📋 copy color: '#876B7C'

red 135 ◦ green 107 ◦ blue 124

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

Shades of Strikemaster #876B7C

Tints of Strikemaster #876B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 36.89%
G = 29.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#876B7C (or 0x876B7C) is known color: Strikemaster. HEX triplet: 87, 6B and 7C. RGB value is (135,107,124). Sum of RGB (Red+Green+Blue) = 135+107+124=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7C is #789483. Grayscale: #757575. Windows color (decimal): -7902340 or 8153991. OLE color: 8153991.

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

Color convert

RGB 135 107 124 -
CMYK 0 0.21 0.08 0.47
HSL 323.57º 0.12% 0.47% -
HSV(B) 323.57º 0.21% 0.53% -
XYZ 18.89 17.12 21.38 -
YUV 117.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 135 107 124 0 0.21 0.08 0.47 323.57 0.12 0.47
Hex 87 6B 7C 0 15 8 2F 144 C 2F
Octal 207 153 174 0 25 10 57 504 14 57
Binary 10000111 1101011 1111100 0 10101 1000 101111 101000100 1100 101111

Color Harmonies of #876B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B7C

Black with #876B7C

Text Example


Text Example

White with #876B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876B7C; }

 p { color: rgb(135,107,124); }

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

background-color css

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

 a { background-color: rgb(135,107,124); }

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

border-color css

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

 span { border-color: rgb(135,107,124); }

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