#955777

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

Shades of Strikemaster #955777

Tints of Strikemaster #955777

Color information

#955777 (or 0x955777) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 77. RGB value is (149,87,119). Sum of RGB (Red+Green+Blue) = 149+87+119=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955777 is #6AA888. Grayscale: #6D6D6D. Windows color (decimal): -6989961 or 7821205. OLE color: 7821205.

HSL color Cylindrical-coordinate representation of color #955777: hue angle of 329.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955777 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14987119-
CMYK00.420.200.42
HSL329.03º26.27%46.27%-
HSV(B)329.03º41.61%58.43%-
XYZ19.1314.5419.25-
YUV109.19133.54156.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=41.97%
G=24.51%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498711900.420.200.42329.0326.2746.27
Hex95577702A142A1491a2e
Octal22512716705224525113256
Binary100101011010111111011101010101010010101010100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955777; }

 p { color: rgb(149,87,119); }

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

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

 a { background-color: rgb(149,87,119); }

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

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

 span { border-color: rgb(149,87,119); }

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