#756885

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

Shades of Mamba #756885

Tints of Mamba #756885

Color information

#756885 (or 0x756885) is unknown color: approx Mamba. HEX triplet: 75, 68 and 85. RGB value is (117,104,133). Sum of RGB (Red+Green+Blue) = 117+104+133=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #756885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756885 is #8A977A. Grayscale: #6F6F6F. Windows color (decimal): -9082747 or 8743029. OLE color: 8743029.

HSL color Cylindrical-coordinate representation of color #756885: hue angle of 266.9º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756885 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117104133-
CMYK0.120.2200.48
HSL266.9º12.24%46.47%-
HSV(B)266.9º21.8%52.16%-
XYZ16.5215.3824.29-
YUV111.19140.31132.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=33.05%
G=29.38%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171041330.120.2200.48266.912.2446.47
Hex756885C1603010bc2e
Octal16515020514260604131456
Binary111010111010001000010111001011001100001000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756885; }

 p { color: rgb(117,104,133); }

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

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

 a { background-color: rgb(117,104,133); }

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

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

 span { border-color: rgb(117,104,133); }

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