#756282

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

Shades of Mamba #756282

Tints of Mamba #756282

Color information

#756282 (or 0x756282) is unknown color: approx Mamba. HEX triplet: 75, 62 and 82. RGB value is (117,98,130). Sum of RGB (Red+Green+Blue) = 117+98+130=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #756282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756282 is #8A9D7D. Grayscale: #6B6B6B. Windows color (decimal): -9084286 or 8544885. OLE color: 8544885.

HSL color Cylindrical-coordinate representation of color #756282: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756282 is Cyan = 0.1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11798130-
CMYK0.10.2500.49
HSL275.62º14.04%44.71%-
HSV(B)275.62º24.62%50.98%-
XYZ15.7314.1323.02-
YUV107.33140.79134.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=33.91%
G=28.41%
B=37.68%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117981300.10.2500.49275.6214.0444.71
Hex756282A19031114e2d
Octal16514220212310614241655
Binary111010111000101000001010101100101100011000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756282; }

 p { color: rgb(117,98,130); }

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

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

 a { background-color: rgb(117,98,130); }

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

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

 span { border-color: rgb(117,98,130); }

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