#856075

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

Shades of Strikemaster #856075

Tints of Strikemaster #856075

Color information

#856075 (or 0x856075) is unknown color: approx Strikemaster. HEX triplet: 85, 60 and 75. RGB value is (133,96,117). Sum of RGB (Red+Green+Blue) = 133+96+117=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856075 is #7A9F8A. Grayscale: #6D6D6D. Windows color (decimal): -8036235 or 7692421. OLE color: 7692421.

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

Color convert

RGB13396117-
CMYK00.280.120.48
HSL325.95º16.16%44.9%-
HSV(B)325.95º27.82%52.16%-
XYZ17.0714.6418.76-
YUV109.46132.26144.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=38.44%
G=27.75%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339611700.280.120.48325.9516.1644.9
Hex85607501CC30146102d
Octal20514016503414605062055
Binary1000010111000001110101011100110011000010100011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856075; }

 p { color: rgb(133,96,117); }

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

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

 a { background-color: rgb(133,96,117); }

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

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

 span { border-color: rgb(133,96,117); }

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