#766385

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

Shades of Mamba #766385

Tints of Mamba #766385

Color information

#766385 (or 0x766385) is unknown color: approx Mamba. HEX triplet: 76, 63 and 85. RGB value is (118,99,133). Sum of RGB (Red+Green+Blue) = 118+99+133=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #766385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766385 is #899C7A. Grayscale: #6C6C6C. Windows color (decimal): -9018491 or 8741750. OLE color: 8741750.

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

Color convert

RGB11899133-
CMYK0.110.2600.48
HSL273.53º14.66%45.49%-
HSV(B)273.53º25.56%52.16%-
XYZ16.1714.4724.13-
YUV108.56141.79134.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 133 (52.34% from 255) = 38%
R=33.71%
G=28.29%
B=38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118991330.110.2600.48273.5314.6645.49
Hex766385B1A030112f2d
Octal16614320513320604221755
Binary111011011000111000010110111101001100001000100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766385; }

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

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

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

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

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

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

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

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