#955B77

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

Shades of Strikemaster #955B77

Tints of Strikemaster #955B77

Color information

#955B77 (or 0x955B77) is unknown color: approx Strikemaster. HEX triplet: 95, 5B and 77. RGB value is (149,91,119). Sum of RGB (Red+Green+Blue) = 149+91+119=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #955B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B77 is #6AA488. Grayscale: #6F6F6F. Windows color (decimal): -6988937 or 7822229. OLE color: 7822229.

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

Color convert

RGB14991119-
CMYK00.390.200.42
HSL331.03º24.17%47.06%-
HSV(B)331.03º38.93%58.43%-
XYZ19.4715.219.36-
YUV111.53132.22154.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=41.50%
G=25.35%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499111900.390.200.42331.0324.1747.06
Hex955B77027142A14b182f
Octal22513316704724525133057
Binary100101011011011111011101001111010010101010100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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