Html Css Color HEX #876B7D Strikemaster

📋 copy color: '#876B7D'

red 135 ◦ green 107 ◦ blue 125

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

Shades of Strikemaster #876B7D

Tints of Strikemaster #876B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 36.78%
G = 29.16%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#876B7D (or 0x876B7D) is known color: Strikemaster. HEX triplet: 87, 6B and 7D. RGB value is (135,107,125). Sum of RGB (Red+Green+Blue) = 135+107+125=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7D is #789482. Grayscale: #757575. Windows color (decimal): -7902339 or 8219527. OLE color: 8219527.

HSL color Cylindrical-coordinate representation of color #876B7D: hue angle of 321.43º 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 #876B7D is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 107 125 -
CMYK 0 0.21 0.07 0.47
HSL 321.43º 0.12% 0.47% -
HSV(B) 321.43º 0.21% 0.53% -
XYZ 18.95 17.15 21.71 -
YUV 117.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 135 107 125 0 0.21 0.07 0.47 321.43 0.12 0.47
Hex 87 6B 7D 0 15 7 2F 141 C 2F
Octal 207 153 175 0 25 7 57 501 14 57
Binary 10000111 1101011 1111101 0 10101 111 101111 101000001 1100 101111

Color Harmonies of #876B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B7D

Black with #876B7D

Text Example


Text Example

White with #876B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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