Html Css Color HEX #876E79 Strikemaster

📋 copy color: '#876E79'

red 135 ◦ green 110 ◦ blue 121

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

Shades of Strikemaster #876E79

Tints of Strikemaster #876E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 36.89%
G = 30.05%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#876E79 (or 0x876E79) is known color: Strikemaster. HEX triplet: 87, 6E and 79. RGB value is (135,110,121). Sum of RGB (Red+Green+Blue) = 135+110+121=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E79 is #789186. Grayscale: #767676. Windows color (decimal): -7901575 or 7958151. OLE color: 7958151.

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

Color convert

RGB 135 110 121 -
CMYK 0 0.19 0.10 0.47
HSL 333.6º 0.1% 0.48% -
HSV(B) 333.6º 0.19% 0.53% -
XYZ 19.02 17.68 20.5 -
YUV 118.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 135 110 121 0 0.19 0.10 0.47 333.6 0.1 0.48
Hex 87 6E 79 0 13 A 2F 14E A 30
Octal 207 156 171 0 23 12 57 516 12 60
Binary 10000111 1101110 1111001 0 10011 1010 101111 101001110 1010 110000

Color Harmonies of #876E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876E79

Black with #876E79

Text Example


Text Example

White with #876E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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