#756985

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

Shades of Mamba #756985

Tints of Mamba #756985

Color information

#756985 (or 0x756985) is unknown color: approx Mamba. HEX triplet: 75, 69 and 85. RGB value is (117,105,133). Sum of RGB (Red+Green+Blue) = 117+105+133=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #756985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756985 is #8A967A. Grayscale: #6F6F6F. Windows color (decimal): -9082491 or 8743285. OLE color: 8743285.

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

Color convert

RGB117105133-
CMYK0.120.2100.48
HSL265.71º11.76%46.67%-
HSV(B)265.71º21.05%52.16%-
XYZ16.6215.5824.32-
YUV111.78139.98131.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=32.96%
G=29.58%
B=37.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171051330.120.2100.48265.7111.7646.67
Hex756985C1503010ac2f
Octal16515120514250604121457
Binary111010111010011000010111001010101100001000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756985; }

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

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

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

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

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

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

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

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