Html Css Color HEX #856F7C Strikemaster

📋 copy color: '#856F7C'

red 133 ◦ green 111 ◦ blue 124

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

Shades of Strikemaster #856F7C

Tints of Strikemaster #856F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 36.14%
G = 30.16%
B = 33.7%

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

#856F7C (or 0x856F7C) is known color: Strikemaster. HEX triplet: 85, 6F and 7C. RGB value is (133,111,124). Sum of RGB (Red+Green+Blue) = 133+111+124=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7C is #7A9083. Grayscale: #777777. Windows color (decimal): -8032388 or 8155013. OLE color: 8155013.

HSL color Cylindrical-coordinate representation of color #856F7C: hue angle of 324.55º 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 #856F7C is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 124 -
CMYK 0 0.17 0.07 0.48
HSL 324.55º 0.09% 0.48% -
HSV(B) 324.55º 0.17% 0.52% -
XYZ 19 17.81 21.51 -
YUV 119.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 133 111 124 0 0.17 0.07 0.48 324.55 0.09 0.48
Hex 85 6F 7C 0 11 7 30 145 9 30
Octal 205 157 174 0 21 7 60 505 11 60
Binary 10000101 1101111 1111100 0 10001 111 110000 101000101 1001 110000

Color Harmonies of #856F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F7C

Black with #856F7C

Text Example


Text Example

White with #856F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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