#756085

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

Shades of Mamba #756085

Tints of Mamba #756085

Color information

#756085 (or 0x756085) is unknown color: approx Mamba. HEX triplet: 75, 60 and 85. RGB value is (117,96,133). Sum of RGB (Red+Green+Blue) = 117+96+133=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #756085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756085 is #8A9F7A. Grayscale: #6A6A6A. Windows color (decimal): -9084795 or 8740981. OLE color: 8740981.

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

Color convert

RGB11796133-
CMYK0.120.2800.48
HSL274.05º16.16%44.9%-
HSV(B)274.05º27.82%52.16%-
XYZ15.7513.8424.03-
YUV106.5142.96135.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=33.82%
G=27.75%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117961330.120.2800.48274.0516.1644.9
Hex756085C1C030112102d
Octal16514020514340604222055
Binary1110101110000010000101110011100011000010001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756085; }

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

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

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

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

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

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

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

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