#905B77

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

Shades of Strikemaster #905B77

Tints of Strikemaster #905B77

Color information

#905B77 (or 0x905B77) is unknown color: approx Strikemaster. HEX triplet: 90, 5B and 77. RGB value is (144,91,119). Sum of RGB (Red+Green+Blue) = 144+91+119=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #905B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B77 is #6FA488. Grayscale: #6D6D6D. Windows color (decimal): -7316617 or 7822224. OLE color: 7822224.

HSL color Cylindrical-coordinate representation of color #905B77: hue angle of 328.3º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B77 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14491119-
CMYK00.370.170.44
HSL328.3º22.55%46.08%-
HSV(B)328.3º36.81%56.47%-
XYZ18.5714.7419.32-
YUV110.04133.06152.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=40.68%
G=25.71%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449111900.370.170.44328.322.5546.08
Hex905B77025112C148172e
Octal22013316704521545102756
Binary100100001011011111011101001011000110110010100100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905B77; }

 p { color: rgb(144,91,119); }

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

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

 a { background-color: rgb(144,91,119); }

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

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

 span { border-color: rgb(144,91,119); }

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