#736085

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

Shades of Mamba #736085

Tints of Mamba #736085

Color information

#736085 (or 0x736085) is unknown color: approx Mamba. HEX triplet: 73, 60 and 85. RGB value is (115,96,133). Sum of RGB (Red+Green+Blue) = 115+96+133=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #736085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736085 is #8C9F7A. Grayscale: #696969. Windows color (decimal): -9215867 or 8740979. OLE color: 8740979.

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

Color convert

RGB11596133-
CMYK0.140.2800.48
HSL270.81º16.16%44.9%-
HSV(B)270.81º27.82%52.16%-
XYZ15.4913.724.02-
YUV105.9143.29134.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=33.43%
G=27.91%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115961330.140.2800.48270.8116.1644.9
Hex736085E1C03010f102d
Octal16314020516340604172055
Binary1110011110000010000101111011100011000010000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736085; }

 p { color: rgb(115,96,133); }

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

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

 a { background-color: rgb(115,96,133); }

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

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

 span { border-color: rgb(115,96,133); }

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