#756083

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

Shades of Mamba #756083

Tints of Mamba #756083

Color information

#756083 (or 0x756083) is unknown color: approx Mamba. HEX triplet: 75, 60 and 83. RGB value is (117,96,131). Sum of RGB (Red+Green+Blue) = 117+96+131=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #756083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756083 is #8A9F7C. Grayscale: #6A6A6A. Windows color (decimal): -9084797 or 8609909. OLE color: 8609909.

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

Color convert

RGB11796131-
CMYK0.110.2700.49
HSL276º15.42%44.51%-
HSV(B)276º26.72%51.37%-
XYZ15.6213.7923.31-
YUV106.27141.96135.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=34.01%
G=27.91%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117961310.110.2700.4927615.4244.51
Hex756083B1B031114f2d
Octal16514020313330614241755
Binary111010111000001000001110111101101100011000101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756083; }

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

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

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

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

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

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

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

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