#756483

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

Shades of Mamba #756483

Tints of Mamba #756483

Color information

#756483 (or 0x756483) is unknown color: approx Mamba. HEX triplet: 75, 64 and 83. RGB value is (117,100,131). Sum of RGB (Red+Green+Blue) = 117+100+131=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #756483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756483 is #8A9B7C. Grayscale: #6C6C6C. Windows color (decimal): -9083773 or 8610933. OLE color: 8610933.

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

Color convert

RGB117100131-
CMYK0.110.2400.49
HSL272.9º13.42%45.29%-
HSV(B)272.9º23.66%51.37%-
XYZ15.9914.5323.44-
YUV108.62140.63133.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=33.62%
G=28.74%
B=37.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171001310.110.2400.49272.913.4245.29
Hex756483B18031111d2d
Octal16514420313300614211555
Binary111010111001001000001110111100001100011000100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756483; }

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

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

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

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

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

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

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

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