Html Css Color HEX #876376 Strikemaster

📋 copy color: '#876376'

red 135 ◦ green 99 ◦ blue 118

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

Shades of Strikemaster #876376

Tints of Strikemaster #876376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 38.35%
G = 28.13%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876376 (or 0x876376) is known color: Strikemaster. HEX triplet: 87, 63 and 76. RGB value is (135,99,118). Sum of RGB (Red+Green+Blue) = 135+99+118=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876376 is #789C89. Grayscale: #6F6F6F. Windows color (decimal): -7904394 or 7758727. OLE color: 7758727.

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

Color convert

RGB 135 99 118 -
CMYK 0 0.27 0.13 0.47
HSL 328.33º 0.15% 0.46% -
HSV(B) 328.33º 0.27% 0.53% -
XYZ 17.72 15.38 19.17 -
YUV 111.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 135 99 118 0 0.27 0.13 0.47 328.33 0.15 0.46
Hex 87 63 76 0 1B D 2F 148 F 2E
Octal 207 143 166 0 33 15 57 510 17 56
Binary 10000111 1100011 1110110 0 11011 1101 101111 101001000 1111 101110

Color Harmonies of #876376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876376

Black with #876376

Text Example


Text Example

White with #876376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876376; }

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

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

background-color css

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

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

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

border-color css

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

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

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