#766286

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

Shades of Mamba #766286

Tints of Mamba #766286

Color information

#766286 (or 0x766286) is unknown color: approx Mamba. HEX triplet: 76, 62 and 86. RGB value is (118,98,134). Sum of RGB (Red+Green+Blue) = 118+98+134=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #766286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766286 is #899D79. Grayscale: #6B6B6B. Windows color (decimal): -9018746 or 8807030. OLE color: 8807030.

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

Color convert

RGB11898134-
CMYK0.120.2700.47
HSL273.33º15.52%45.49%-
HSV(B)273.33º26.87%52.55%-
XYZ16.1414.3124.47-
YUV108.08142.63135.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=33.71%
G=28%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118981340.120.2700.47273.3315.5245.49
Hex766286C1B02F111102d
Octal16614220614330574212055
Binary1110110110001010000110110011011010111110001000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766286; }

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

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

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

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

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

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

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

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