#756281

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

Shades of Mamba #756281

Tints of Mamba #756281

Color information

#756281 (or 0x756281) is unknown color: approx Mamba. HEX triplet: 75, 62 and 81. RGB value is (117,98,129). Sum of RGB (Red+Green+Blue) = 117+98+129=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #756281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756281 is #8A9D7E. Grayscale: #6B6B6B. Windows color (decimal): -9084287 or 8479349. OLE color: 8479349.

HSL color Cylindrical-coordinate representation of color #756281: hue angle of 276.77º degrees, saturation: 0.14, 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 #756281 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11798129-
CMYK0.090.2400.49
HSL276.77º13.66%44.51%-
HSV(B)276.77º24.03%50.59%-
XYZ15.6714.122.67-
YUV107.21140.29134.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=34.01%
G=28.49%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117981290.090.2400.49276.7713.6644.51
Hex756281918031115e2d
Octal16514220111300614251655
Binary111010111000101000000110011100001100011000101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756281; }

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

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

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

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

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

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

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

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