#756286

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

Shades of Mamba #756286

Tints of Mamba #756286

Color information

#756286 (or 0x756286) is unknown color: approx Mamba. HEX triplet: 75, 62 and 86. RGB value is (117,98,134). Sum of RGB (Red+Green+Blue) = 117+98+134=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #756286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756286 is #8A9D79. Grayscale: #6B6B6B. Windows color (decimal): -9084282 or 8807029. OLE color: 8807029.

HSL color Cylindrical-coordinate representation of color #756286: hue angle of 271.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756286 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11798134-
CMYK0.130.2700.47
HSL271.67º15.52%45.49%-
HSV(B)271.67º26.87%52.55%-
XYZ16.0114.2424.46-
YUV107.78142.79134.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=33.52%
G=28.08%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117981340.130.2700.47271.6715.5245.49
Hex756286D1B02F110102d
Octal16514220615330574202055
Binary1110101110001010000110110111011010111110001000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756286; }

 p { color: rgb(117,98,134); }

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

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

 a { background-color: rgb(117,98,134); }

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

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

 span { border-color: rgb(117,98,134); }

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