#766782

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

Shades of Mamba #766782

Tints of Mamba #766782

Color information

#766782 (or 0x766782) is unknown color: approx Mamba. HEX triplet: 76, 67 and 82. RGB value is (118,103,130). Sum of RGB (Red+Green+Blue) = 118+103+130=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #766782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766782 is #89987D. Grayscale: #6E6E6E. Windows color (decimal): -9017470 or 8546166. OLE color: 8546166.

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

Color convert

RGB118103130-
CMYK0.090.2100.49
HSL273.33º11.59%45.69%-
HSV(B)273.33º20.77%50.98%-
XYZ16.3515.1623.18-
YUV110.56138.97133.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=33.62%
G=29.34%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181031300.090.2100.49273.3311.5945.69
Hex766782915031111c2e
Octal16614720211250614211456
Binary111011011001111000001010011010101100011000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766782; }

 p { color: rgb(118,103,130); }

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

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

 a { background-color: rgb(118,103,130); }

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

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

 span { border-color: rgb(118,103,130); }

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