Html Css Color HEX #856577 Strikemaster

📋 copy color: '#856577'

red 133 ◦ green 101 ◦ blue 119

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

Shades of Strikemaster #856577

Tints of Strikemaster #856577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 37.68%
G = 28.61%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856577 (or 0x856577) is known color: Strikemaster. HEX triplet: 85, 65 and 77. RGB value is (133,101,119). Sum of RGB (Red+Green+Blue) = 133+101+119=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856577 is #7A9A88. Grayscale: #707070. Windows color (decimal): -8034953 or 7824773. OLE color: 7824773.

HSL color Cylindrical-coordinate representation of color #856577: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856577 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 119 -
CMYK 0 0.24 0.11 0.48
HSL 326.25º 0.14% 0.46% -
HSV(B) 326.25º 0.24% 0.52% -
XYZ 17.66 15.63 19.54 -
YUV 112.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 133 101 119 0 0.24 0.11 0.48 326.25 0.14 0.46
Hex 85 65 77 0 18 B 30 146 E 2E
Octal 205 145 167 0 30 13 60 506 16 56
Binary 10000101 1100101 1110111 0 11000 1011 110000 101000110 1110 101110

Color Harmonies of #856577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856577

Black with #856577

Text Example


Text Example

White with #856577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856577; }

 p { color: rgb(133,101,119); }

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

background-color css

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

 a { background-color: rgb(133,101,119); }

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

border-color css

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

 span { border-color: rgb(133,101,119); }

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