Html Css Color HEX #856D7B Strikemaster

📋 copy color: '#856D7B'

red 133 ◦ green 109 ◦ blue 123

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

Shades of Strikemaster #856D7B

Tints of Strikemaster #856D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

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

R = 36.44%
G = 29.86%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#856D7B (or 0x856D7B) is known color: Strikemaster. HEX triplet: 85, 6D and 7B. RGB value is (133,109,123). Sum of RGB (Red+Green+Blue) = 133+109+123=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D7B is #7A9284. Grayscale: #757575. Windows color (decimal): -8032901 or 8088965. OLE color: 8088965.

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

Color convert

RGB 133 109 123 -
CMYK 0 0.18 0.08 0.48
HSL 325º 0.1% 0.47% -
HSV(B) 325º 0.18% 0.52% -
XYZ 18.72 17.35 21.1 -
YUV 117.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 133 109 123 0 0.18 0.08 0.48 325 0.1 0.47
Hex 85 6D 7B 0 12 8 30 145 A 2F
Octal 205 155 173 0 22 10 60 505 12 57
Binary 10000101 1101101 1111011 0 10010 1000 110000 101000101 1010 101111

Color Harmonies of #856D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D7B

Black with #856D7B

Text Example


Text Example

White with #856D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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