#935C77

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

Shades of Strikemaster #935C77

Tints of Strikemaster #935C77

Color information

#935C77 (or 0x935C77) is unknown color: approx Strikemaster. HEX triplet: 93, 5C and 77. RGB value is (147,92,119). Sum of RGB (Red+Green+Blue) = 147+92+119=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #935C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C77 is #6CA388. Grayscale: #6F6F6F. Windows color (decimal): -7119753 or 7822483. OLE color: 7822483.

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

Color convert

RGB14792119-
CMYK00.370.190.42
HSL330.55º23.01%46.86%-
HSV(B)330.55º37.41%57.65%-
XYZ19.1915.1919.37-
YUV111.52132.22153.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=41.06%
G=25.70%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479211900.370.190.42330.5523.0146.86
Hex935C77025132A14b172f
Octal22313416704523525132757
Binary100100111011100111011101001011001110101010100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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