#766585

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

Shades of Mamba #766585

Tints of Mamba #766585

Color information

#766585 (or 0x766585) is unknown color: approx Mamba. HEX triplet: 76, 65 and 85. RGB value is (118,101,133). Sum of RGB (Red+Green+Blue) = 118+101+133=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #766585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766585 is #899A7A. Grayscale: #6D6D6D. Windows color (decimal): -9017979 or 8742262. OLE color: 8742262.

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

Color convert

RGB118101133-
CMYK0.110.2400.48
HSL271.88º13.68%45.88%-
HSV(B)271.88º24.06%52.16%-
XYZ16.3614.8524.19-
YUV109.73141.13133.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=33.52%
G=28.69%
B=37.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181011330.110.2400.48271.8813.6845.88
Hex766585B18030110e2e
Octal16614520513300604201656
Binary111011011001011000010110111100001100001000100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766585; }

 p { color: rgb(118,101,133); }

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

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

 a { background-color: rgb(118,101,133); }

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

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

 span { border-color: rgb(118,101,133); }

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