Html Css Color HEX #856E7C Strikemaster

📋 copy color: '#856E7C'

red 133 ◦ green 110 ◦ blue 124

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

Shades of Strikemaster #856E7C

Tints of Strikemaster #856E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 36.24%
G = 29.97%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#856E7C (or 0x856E7C) is known color: Strikemaster. HEX triplet: 85, 6E and 7C. RGB value is (133,110,124). Sum of RGB (Red+Green+Blue) = 133+110+124=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #856E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E7C is #7A9183. Grayscale: #767676. Windows color (decimal): -8032644 or 8154757. OLE color: 8154757.

HSL color Cylindrical-coordinate representation of color #856E7C: hue angle of 323.48º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E7C is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 124 -
CMYK 0 0.17 0.07 0.48
HSL 323.48º 0.09% 0.48% -
HSV(B) 323.48º 0.17% 0.52% -
XYZ 18.89 17.59 21.47 -
YUV 118.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 133 110 124 0 0.17 0.07 0.48 323.48 0.09 0.48
Hex 85 6E 7C 0 11 7 30 143 9 30
Octal 205 156 174 0 21 7 60 503 11 60
Binary 10000101 1101110 1111100 0 10001 111 110000 101000011 1001 110000

Color Harmonies of #856E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E7C

Black with #856E7C

Text Example


Text Example

White with #856E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E7C; }

 p { color: rgb(133,110,124); }

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

background-color css

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

 a { background-color: rgb(133,110,124); }

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

border-color css

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

 span { border-color: rgb(133,110,124); }

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