#856877

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

Shades of Strikemaster #856877

Tints of Strikemaster #856877

Color information

#856877 (or 0x856877) is unknown color: approx Strikemaster. HEX triplet: 85, 68 and 77. RGB value is (133,104,119). Sum of RGB (Red+Green+Blue) = 133+104+119=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #856877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856877 is #7A9788. Grayscale: #727272. Windows color (decimal): -8034185 or 7825541. OLE color: 7825541.

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

Color convert

RGB133104119-
CMYK00.220.110.48
HSL328.97º12.24%46.47%-
HSV(B)328.97º21.8%52.16%-
XYZ17.9516.2219.64-
YUV114.38130.61141.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=37.36%
G=29.21%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310411900.220.110.48328.9712.2446.47
Hex856877016B30149c2e
Octal20515016702613605111456
Binary100001011101000111011101011010111100001010010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856877; }

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

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

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

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

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

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

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

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