Html Css Color HEX #856C7B Strikemaster

📋 copy color: '#856C7B'

red 133 ◦ green 108 ◦ blue 123

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

Shades of Strikemaster #856C7B

Tints of Strikemaster #856C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 36.54%
G = 29.67%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#856C7B (or 0x856C7B) is known color: Strikemaster. HEX triplet: 85, 6C and 7B. RGB value is (133,108,123). Sum of RGB (Red+Green+Blue) = 133+108+123=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C7B is #7A9384. Grayscale: #757575. Windows color (decimal): -8033157 or 8088709. OLE color: 8088709.

HSL color Cylindrical-coordinate representation of color #856C7B: hue angle of 324º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856C7B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 123 -
CMYK 0 0.19 0.08 0.48
HSL 324º 0.1% 0.47% -
HSV(B) 324º 0.19% 0.52% -
XYZ 18.61 17.14 21.07 -
YUV 117.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 133 108 123 0 0.19 0.08 0.48 324 0.1 0.47
Hex 85 6C 7B 0 13 8 30 144 A 2F
Octal 205 154 173 0 23 10 60 504 12 57
Binary 10000101 1101100 1111011 0 10011 1000 110000 101000100 1010 101111

Color Harmonies of #856C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C7B

Black with #856C7B

Text Example


Text Example

White with #856C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,123); }

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

background-color css

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

 a { background-color: rgb(133,108,123); }

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

border-color css

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

 span { border-color: rgb(133,108,123); }

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