#756187

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

Shades of Mamba #756187

Tints of Mamba #756187

Color information

#756187 (or 0x756187) is unknown color: approx Mamba. HEX triplet: 75, 61 and 87. RGB value is (117,97,135). Sum of RGB (Red+Green+Blue) = 117+97+135=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #756187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756187 is #8A9E78. Grayscale: #6B6B6B. Windows color (decimal): -9084537 or 8872309. OLE color: 8872309.

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

Color convert

RGB11797135-
CMYK0.130.2800.47
HSL271.58º16.38%45.49%-
HSV(B)271.58º28.15%52.94%-
XYZ15.9814.0824.8-
YUV107.31143.63134.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=33.52%
G=27.79%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117971350.130.2800.47271.5816.3845.49
Hex756187D1C02F110102d
Octal16514120715340574202055
Binary1110101110000110000111110111100010111110001000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756187; }

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

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

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

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

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

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

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

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