Html Css Color HEX #856176 Strikemaster

📋 copy color: '#856176'

red 133 ◦ green 97 ◦ blue 118

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

Shades of Strikemaster #856176

Tints of Strikemaster #856176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 38.22%
G = 27.87%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856176 (or 0x856176) is known color: Strikemaster. HEX triplet: 85, 61 and 76. RGB value is (133,97,118). Sum of RGB (Red+Green+Blue) = 133+97+118=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856176 is #7A9E89. Grayscale: #6E6E6E. Windows color (decimal): -8035978 or 7758213. OLE color: 7758213.

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

Color convert

RGB 133 97 118 -
CMYK 0 0.27 0.11 0.48
HSL 325º 0.16% 0.45% -
HSV(B) 325º 0.27% 0.52% -
XYZ 17.22 14.84 19.1 -
YUV 110.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 133 97 118 0 0.27 0.11 0.48 325 0.16 0.45
Hex 85 61 76 0 1B B 30 145 10 2D
Octal 205 141 166 0 33 13 60 505 20 55
Binary 10000101 1100001 1110110 0 11011 1011 110000 101000101 10000 101101

Color Harmonies of #856176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856176

Black with #856176

Text Example


Text Example

White with #856176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856176; }

 p { color: rgb(133,97,118); }

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

background-color css

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

 a { background-color: rgb(133,97,118); }

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

border-color css

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

 span { border-color: rgb(133,97,118); }

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