Html Css Color HEX #856876 Strikemaster

📋 copy color: '#856876'

red 133 ◦ green 104 ◦ blue 118

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

Shades of Strikemaster #856876

Tints of Strikemaster #856876

RGB

 RED value IS 133 (52.34% from 255) = 37.46%

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 37.46%
G = 29.3%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856876 (or 0x856876) is known color: Strikemaster. HEX triplet: 85, 68 and 76. RGB value is (133,104,118). Sum of RGB (Red+Green+Blue) = 133+104+118=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856876 is #7A9789. Grayscale: #727272. Windows color (decimal): -8034186 or 7760005. OLE color: 7760005.

HSL color Cylindrical-coordinate representation of color #856876: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856876 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 118 -
CMYK 0 0.22 0.11 0.48
HSL 331.03º 0.12% 0.46% -
HSV(B) 331.03º 0.22% 0.52% -
XYZ 17.89 16.2 19.32 -
YUV 114.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 133 104 118 0 0.22 0.11 0.48 331.03 0.12 0.46
Hex 85 68 76 0 16 B 30 14B C 2E
Octal 205 150 166 0 26 13 60 513 14 56
Binary 10000101 1101000 1110110 0 10110 1011 110000 101001011 1100 101110

Color Harmonies of #856876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856876

Black with #856876

Text Example


Text Example

White with #856876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856876; }

 p { color: rgb(133,104,118); }

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

background-color css

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

 a { background-color: rgb(133,104,118); }

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

border-color css

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

 span { border-color: rgb(133,104,118); }

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