Html Css Color HEX #876676 Strikemaster

📋 copy color: '#876676'

red 135 ◦ green 102 ◦ blue 118

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

Shades of Strikemaster #876676

Tints of Strikemaster #876676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 38.03%
G = 28.73%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876676 (or 0x876676) is known color: Strikemaster. HEX triplet: 87, 66 and 76. RGB value is (135,102,118). Sum of RGB (Red+Green+Blue) = 135+102+118=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876676 is #789989. Grayscale: #717171. Windows color (decimal): -7903626 or 7759495. OLE color: 7759495.

HSL color Cylindrical-coordinate representation of color #876676: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876676 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 118 -
CMYK 0 0.24 0.13 0.47
HSL 330.91º 0.14% 0.46% -
HSV(B) 330.91º 0.24% 0.53% -
XYZ 18.01 15.96 19.27 -
YUV 113.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 135 102 118 0 0.24 0.13 0.47 330.91 0.14 0.46
Hex 87 66 76 0 18 D 2F 14B E 2E
Octal 207 146 166 0 30 15 57 513 16 56
Binary 10000111 1100110 1110110 0 11000 1101 101111 101001011 1110 101110

Color Harmonies of #876676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876676

Black with #876676

Text Example


Text Example

White with #876676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876676; }

 p { color: rgb(135,102,118); }

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

background-color css

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

 a { background-color: rgb(135,102,118); }

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

border-color css

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

 span { border-color: rgb(135,102,118); }

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