#756185

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

Shades of Mamba #756185

Tints of Mamba #756185

Color information

#756185 (or 0x756185) is unknown color: approx Mamba. HEX triplet: 75, 61 and 85. RGB value is (117,97,133). Sum of RGB (Red+Green+Blue) = 117+97+133=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #756185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756185 is #8A9E7A. Grayscale: #6A6A6A. Windows color (decimal): -9084539 or 8741237. OLE color: 8741237.

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

Color convert

RGB11797133-
CMYK0.120.2700.48
HSL273.33º15.65%45.1%-
HSV(B)273.33º27.07%52.16%-
XYZ15.8414.0224.06-
YUV107.08142.63135.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=33.72%
G=27.95%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117971330.120.2700.48273.3315.6545.1
Hex756185C1B030111102d
Octal16514120514330604212055
Binary1110101110000110000101110011011011000010001000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756185; }

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

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

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

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

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

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

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

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