Html Css Color HEX #856476 Strikemaster

📋 copy color: '#856476'

red 133 ◦ green 100 ◦ blue 118

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

Shades of Strikemaster #856476

Tints of Strikemaster #856476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 37.89%
G = 28.49%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856476 (or 0x856476) is known color: Strikemaster. HEX triplet: 85, 64 and 76. RGB value is (133,100,118). Sum of RGB (Red+Green+Blue) = 133+100+118=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856476 is #7A9B89. Grayscale: #6F6F6F. Windows color (decimal): -8035210 or 7758981. OLE color: 7758981.

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

Color convert

RGB 133 100 118 -
CMYK 0 0.25 0.11 0.48
HSL 327.27º 0.14% 0.46% -
HSV(B) 327.27º 0.25% 0.52% -
XYZ 17.5 15.41 19.19 -
YUV 111.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 133 100 118 0 0.25 0.11 0.48 327.27 0.14 0.46
Hex 85 64 76 0 19 B 30 147 E 2E
Octal 205 144 166 0 31 13 60 507 16 56
Binary 10000101 1100100 1110110 0 11001 1011 110000 101000111 1110 101110

Color Harmonies of #856476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856476

Black with #856476

Text Example


Text Example

White with #856476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856476; }

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

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

background-color css

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

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

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

border-color css

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

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

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