Html Css Color HEX #856E7B Strikemaster

📋 copy color: '#856E7B'

red 133 ◦ green 110 ◦ blue 123

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

Shades of Strikemaster #856E7B

Tints of Strikemaster #856E7B

RGB

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

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

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

R = 36.34%
G = 30.05%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#856E7B (or 0x856E7B) is known color: Strikemaster. HEX triplet: 85, 6E and 7B. RGB value is (133,110,123). Sum of RGB (Red+Green+Blue) = 133+110+123=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E7B is #7A9184. Grayscale: #767676. Windows color (decimal): -8032645 or 8089221. OLE color: 8089221.

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

Color convert

RGB 133 110 123 -
CMYK 0 0.17 0.08 0.48
HSL 326.09º 0.09% 0.48% -
HSV(B) 326.09º 0.17% 0.52% -
XYZ 18.82 17.57 21.14 -
YUV 118.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 133 110 123 0 0.17 0.08 0.48 326.09 0.09 0.48
Hex 85 6E 7B 0 11 8 30 146 9 30
Octal 205 156 173 0 21 10 60 506 11 60
Binary 10000101 1101110 1111011 0 10001 1000 110000 101000110 1001 110000

Color Harmonies of #856E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E7B

Black with #856E7B

Text Example


Text Example

White with #856E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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