#766088

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

Shades of Mamba #766088

Tints of Mamba #766088

Color information

#766088 (or 0x766088) is unknown color: approx Mamba. HEX triplet: 76, 60 and 88. RGB value is (118,96,136). Sum of RGB (Red+Green+Blue) = 118+96+136=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #766088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766088 is #899F77. Grayscale: #6B6B6B. Windows color (decimal): -9019256 or 8937590. OLE color: 8937590.

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

Color convert

RGB11896136-
CMYK0.130.2900.47
HSL273º17.24%45.49%-
HSV(B)273º29.41%53.33%-
XYZ16.113.9925.15-
YUV107.14144.29135.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=33.71%
G=27.43%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118961360.130.2900.4727317.2445.49
Hex766088D1D02F111112d
Octal16614021015350574212155
Binary1110110110000010001000110111101010111110001000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766088; }

 p { color: rgb(118,96,136); }

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

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

 a { background-color: rgb(118,96,136); }

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

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

 span { border-color: rgb(118,96,136); }

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