Html Css Color HEX #856775 Strikemaster

📋 copy color: '#856775'

red 133 ◦ green 103 ◦ blue 117

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

Shades of Strikemaster #856775

Tints of Strikemaster #856775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 37.68%
G = 29.18%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#856775 (or 0x856775) is known color: Strikemaster. HEX triplet: 85, 67 and 75. RGB value is (133,103,117). Sum of RGB (Red+Green+Blue) = 133+103+117=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856775 is #7A988A. Grayscale: #717171. Windows color (decimal): -8034443 or 7694213. OLE color: 7694213.

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

Color convert

RGB 133 103 117 -
CMYK 0 0.23 0.12 0.48
HSL 332º 0.13% 0.46% -
HSV(B) 332º 0.23% 0.52% -
XYZ 17.73 15.97 18.98 -
YUV 113.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 133 103 117 0 0.23 0.12 0.48 332 0.13 0.46
Hex 85 67 75 0 17 C 30 14C D 2E
Octal 205 147 165 0 27 14 60 514 15 56
Binary 10000101 1100111 1110101 0 10111 1100 110000 101001100 1101 101110

Color Harmonies of #856775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856775

Black with #856775

Text Example


Text Example

White with #856775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856775; }

 p { color: rgb(133,103,117); }

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

background-color css

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

 a { background-color: rgb(133,103,117); }

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

border-color css

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

 span { border-color: rgb(133,103,117); }

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