#766287

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

Shades of Mamba #766287

Tints of Mamba #766287

Color information

#766287 (or 0x766287) is unknown color: approx Mamba. HEX triplet: 76, 62 and 87. RGB value is (118,98,135). Sum of RGB (Red+Green+Blue) = 118+98+135=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #766287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766287 is #899D78. Grayscale: #6C6C6C. Windows color (decimal): -9018745 or 8872566. OLE color: 8872566.

HSL color Cylindrical-coordinate representation of color #766287: hue angle of 272.43º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766287 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11898135-
CMYK0.130.2700.47
HSL272.43º15.88%45.69%-
HSV(B)272.43º27.41%52.94%-
XYZ16.2114.3424.83-
YUV108.2143.13134.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=33.62%
G=27.92%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118981350.130.2700.47272.4315.8845.69
Hex766287D1B02F110102e
Octal16614220715330574202056
Binary1110110110001010000111110111011010111110001000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766287; }

 p { color: rgb(118,98,135); }

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

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

 a { background-color: rgb(118,98,135); }

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

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

 span { border-color: rgb(118,98,135); }

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