#756381

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

Shades of Mamba #756381

Tints of Mamba #756381

Color information

#756381 (or 0x756381) is unknown color: approx Mamba. HEX triplet: 75, 63 and 81. RGB value is (117,99,129). Sum of RGB (Red+Green+Blue) = 117+99+129=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #756381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756381 is #8A9C7E. Grayscale: #6B6B6B. Windows color (decimal): -9084031 or 8479605. OLE color: 8479605.

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

Color convert

RGB11799129-
CMYK0.090.2300.49
HSL276º13.16%44.71%-
HSV(B)276º23.26%50.59%-
XYZ15.7614.2922.7-
YUV107.8139.96134.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=33.91%
G=28.70%
B=37.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117991290.090.2300.4927613.1644.71
Hex756381917031114d2d
Octal16514320111270614241555
Binary111010111000111000000110011011101100011000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756381; }

 p { color: rgb(117,99,129); }

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

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

 a { background-color: rgb(117,99,129); }

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

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

 span { border-color: rgb(117,99,129); }

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