#736882

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

Shades of Mamba #736882

Tints of Mamba #736882

Color information

#736882 (or 0x736882) is unknown color: approx Mamba. HEX triplet: 73, 68 and 82. RGB value is (115,104,130). Sum of RGB (Red+Green+Blue) = 115+104+130=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #736882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736882 is #8C977D. Grayscale: #6E6E6E. Windows color (decimal): -9213822 or 8546419. OLE color: 8546419.

HSL color Cylindrical-coordinate representation of color #736882: hue angle of 265.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736882 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115104130-
CMYK0.120.200.49
HSL265.38º11.11%45.88%-
HSV(B)265.38º20%50.98%-
XYZ16.0515.1623.2-
YUV110.25139.14131.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=32.95%
G=29.80%
B=37.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151041300.120.200.49265.3811.1145.88
Hex736882C14031109b2e
Octal16315020214240614111356
Binary111001111010001000001011001010001100011000010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736882; }

 p { color: rgb(115,104,130); }

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

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

 a { background-color: rgb(115,104,130); }

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

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

 span { border-color: rgb(115,104,130); }

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