#736680

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

Shades of Mamba #736680

Tints of Mamba #736680

Color information

#736680 (or 0x736680) is unknown color: approx Mamba. HEX triplet: 73, 66 and 80. RGB value is (115,102,128). Sum of RGB (Red+Green+Blue) = 115+102+128=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #736680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736680 is #8C997F. Grayscale: #6C6C6C. Windows color (decimal): -9214336 or 8414835. OLE color: 8414835.

HSL color Cylindrical-coordinate representation of color #736680: hue angle of 270º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736680 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB115102128-
CMYK0.100.2000.50
HSL270º11.3%45.1%-
HSV(B)270º20.31%50.2%-
XYZ15.7214.7122.43-
YUV108.85138.81132.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=33.33%
G=29.57%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151021280.100.2000.5027011.345.1
Hex736680A1403210eb2d
Octal16314620012240624161355
Binary111001111001101000000010101010001100101000011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736680; }

 p { color: rgb(115,102,128); }

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

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

 a { background-color: rgb(115,102,128); }

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

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

 span { border-color: rgb(115,102,128); }

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