#756983

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

Shades of Mamba #756983

Tints of Mamba #756983

Color information

#756983 (or 0x756983) is unknown color: approx Mamba. HEX triplet: 75, 69 and 83. RGB value is (117,105,131). Sum of RGB (Red+Green+Blue) = 117+105+131=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #756983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756983 is #8A967C. Grayscale: #6F6F6F. Windows color (decimal): -9082493 or 8612213. OLE color: 8612213.

HSL color Cylindrical-coordinate representation of color #756983: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756983 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117105131-
CMYK0.110.2000.49
HSL267.69º11.02%46.27%-
HSV(B)267.69º19.85%51.37%-
XYZ16.4815.5223.6-
YUV111.55138.98131.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=33.14%
G=29.75%
B=37.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171051310.110.2000.49267.6911.0246.27
Hex756983B1403110cb2e
Octal16515120313240614141356
Binary111010111010011000001110111010001100011000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756983; }

 p { color: rgb(117,105,131); }

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

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

 a { background-color: rgb(117,105,131); }

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

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

 span { border-color: rgb(117,105,131); }

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