#936779

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

Shades of Strikemaster #936779

Tints of Strikemaster #936779

Color information

#936779 (or 0x936779) is unknown color: approx Strikemaster. HEX triplet: 93, 67 and 79. RGB value is (147,103,121). Sum of RGB (Red+Green+Blue) = 147+103+121=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #936779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936779 is #6C9886. Grayscale: #767676. Windows color (decimal): -7116935 or 7956371. OLE color: 7956371.

HSL color Cylindrical-coordinate representation of color #936779: hue angle of 335.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936779 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147103121-
CMYK00.300.180.42
HSL335.45º17.6%49.02%-
HSV(B)335.45º29.93%57.65%-
XYZ20.3317.2820.35-
YUV118.21129.58148.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=39.62%
G=27.76%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710312100.300.180.42335.4517.649.02
Hex93677901E122A14f1231
Octal22314717103622525172261
Binary10010011110011111110010111101001010101010100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936779; }

 p { color: rgb(147,103,121); }

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

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

 a { background-color: rgb(147,103,121); }

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

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

 span { border-color: rgb(147,103,121); }

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