Html Css Color HEX #856477 Strikemaster

📋 copy color: '#856477'

red 133 ◦ green 100 ◦ blue 119

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

Shades of Strikemaster #856477

Tints of Strikemaster #856477

RGB

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

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

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

R = 37.78%
G = 28.41%
B = 33.81%

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

#856477 (or 0x856477) is known color: Strikemaster. HEX triplet: 85, 64 and 77. RGB value is (133,100,119). Sum of RGB (Red+Green+Blue) = 133+100+119=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856477 is #7A9B88. Grayscale: #6F6F6F. Windows color (decimal): -8035209 or 7824517. OLE color: 7824517.

HSL color Cylindrical-coordinate representation of color #856477: hue angle of 325.45º 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 #856477 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 119 -
CMYK 0 0.25 0.11 0.48
HSL 325.45º 0.14% 0.46% -
HSV(B) 325.45º 0.25% 0.52% -
XYZ 17.56 15.43 19.51 -
YUV 112.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 133 100 119 0 0.25 0.11 0.48 325.45 0.14 0.46
Hex 85 64 77 0 19 B 30 145 E 2E
Octal 205 144 167 0 31 13 60 505 16 56
Binary 10000101 1100100 1110111 0 11001 1011 110000 101000101 1110 101110

Color Harmonies of #856477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856477

Black with #856477

Text Example


Text Example

White with #856477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856477; }

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

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

background-color css

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

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

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

border-color css

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

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

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