Html Css Color HEX #876B7A Strikemaster

📋 copy color: '#876B7A'

red 135 ◦ green 107 ◦ blue 122

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

Shades of Strikemaster #876B7A

Tints of Strikemaster #876B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 37.09%
G = 29.4%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#876B7A (or 0x876B7A) is known color: Strikemaster. HEX triplet: 87, 6B and 7A. RGB value is (135,107,122). Sum of RGB (Red+Green+Blue) = 135+107+122=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7A is #789485. Grayscale: #757575. Windows color (decimal): -7902342 or 8022919. OLE color: 8022919.

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

Color convert

RGB 135 107 122 -
CMYK 0 0.21 0.10 0.47
HSL 327.86º 0.12% 0.47% -
HSV(B) 327.86º 0.21% 0.53% -
XYZ 18.76 17.07 20.72 -
YUV 117.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 135 107 122 0 0.21 0.10 0.47 327.86 0.12 0.47
Hex 87 6B 7A 0 15 A 2F 148 C 2F
Octal 207 153 172 0 25 12 57 510 14 57
Binary 10000111 1101011 1111010 0 10101 1010 101111 101001000 1100 101111

Color Harmonies of #876B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B7A

Black with #876B7A

Text Example


Text Example

White with #876B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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