#855F77

Color #855F77 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #855F77

Tints of Strikemaster #855F77

Color information

#855F77 (or 0x855F77) is unknown color: approx Strikemaster. HEX triplet: 85, 5F and 77. RGB value is (133,95,119). Sum of RGB (Red+Green+Blue) = 133+95+119=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F77 is #7AA088. Grayscale: #6D6D6D. Windows color (decimal): -8036489 or 7823237. OLE color: 7823237.

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

Color convert

RGB13395119-
CMYK00.290.110.48
HSL322.11º16.67%44.71%-
HSV(B)322.11º28.57%52.16%-
XYZ17.0914.519.35-
YUV109.1133.59145.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=38.33%
G=27.38%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339511900.290.110.48322.1116.6744.71
Hex855F7701DB30142112d
Octal20513716703513605022155
Binary1000010110111111110111011101101111000010100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F77; }

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

 H1.HeaderClassName
 {
   color: #855F77;
 }
 .AnyTagClassName
 {
   color: #855F77;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #855F77;
 }
 .BgClassName
 {
   background-color: #855F77;
 }
</style>
border-color css

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

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

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