#935E77

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

Shades of Strikemaster #935E77

Tints of Strikemaster #935E77

Color information

#935E77 (or 0x935E77) is unknown color: approx Strikemaster. HEX triplet: 93, 5E and 77. RGB value is (147,94,119). Sum of RGB (Red+Green+Blue) = 147+94+119=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #935E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E77 is #6CA188. Grayscale: #707070. Windows color (decimal): -7119241 or 7822995. OLE color: 7822995.

HSL color Cylindrical-coordinate representation of color #935E77: hue angle of 331.7º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E77 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14794119-
CMYK00.360.190.42
HSL331.7º21.99%47.25%-
HSV(B)331.7º36.05%57.65%-
XYZ19.3715.5419.43-
YUV112.7131.56152.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=40.83%
G=26.11%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479411900.360.190.42331.721.9947.25
Hex935E77024132A14c162f
Octal22313616704423525142657
Binary100100111011110111011101001001001110101010100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E77; }

 p { color: rgb(147,94,119); }

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

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

 a { background-color: rgb(147,94,119); }

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

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

 span { border-color: rgb(147,94,119); }

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