Html Css Color HEX #876C79 Strikemaster

📋 copy color: '#876C79'

red 135 ◦ green 108 ◦ blue 121

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

Shades of Strikemaster #876C79

Tints of Strikemaster #876C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 37.09%
G = 29.67%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#876C79 (or 0x876C79) is known color: Strikemaster. HEX triplet: 87, 6C and 79. RGB value is (135,108,121). Sum of RGB (Red+Green+Blue) = 135+108+121=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C79 is #789386. Grayscale: #757575. Windows color (decimal): -7902087 or 7957639. OLE color: 7957639.

HSL color Cylindrical-coordinate representation of color #876C79: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C79 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 121 -
CMYK 0 0.2 0.10 0.47
HSL 331.11º 0.11% 0.48% -
HSV(B) 331.11º 0.2% 0.53% -
XYZ 18.81 17.26 20.43 -
YUV 117.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 135 108 121 0 0.2 0.10 0.47 331.11 0.11 0.48
Hex 87 6C 79 0 14 A 2F 14B B 30
Octal 207 154 171 0 24 12 57 513 13 60
Binary 10000111 1101100 1111001 0 10100 1010 101111 101001011 1011 110000

Color Harmonies of #876C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C79

Black with #876C79

Text Example


Text Example

White with #876C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,121); }

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

background-color css

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

 a { background-color: rgb(135,108,121); }

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

border-color css

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

 span { border-color: rgb(135,108,121); }

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