#845F77

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

Shades of Strikemaster #845F77

Tints of Strikemaster #845F77

Color information

#845F77 (or 0x845F77) is unknown color: approx Strikemaster. HEX triplet: 84, 5F and 77. RGB value is (132,95,119). Sum of RGB (Red+Green+Blue) = 132+95+119=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #845F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F77 is #7BA088. Grayscale: #6C6C6C. Windows color (decimal): -8102025 or 7823236. OLE color: 7823236.

HSL color Cylindrical-coordinate representation of color #845F77: hue angle of 321.08º 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 #845F77 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13295119-
CMYK00.280.100.48
HSL321.08º16.3%44.51%-
HSV(B)321.08º28.03%51.76%-
XYZ16.9414.4219.34-
YUV108.8133.76144.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=38.15%
G=27.46%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329511900.280.100.48321.0816.344.51
Hex845F7701CA30141102d
Octal20413716703412605012055
Binary1000010010111111110111011100101011000010100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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