#766188

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

Shades of Mamba #766188

Tints of Mamba #766188

Color information

#766188 (or 0x766188) is unknown color: approx Mamba. HEX triplet: 76, 61 and 88. RGB value is (118,97,136). Sum of RGB (Red+Green+Blue) = 118+97+136=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #766188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766188 is #899E77. Grayscale: #6B6B6B. Windows color (decimal): -9019000 or 8937846. OLE color: 8937846.

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

Color convert

RGB11897136-
CMYK0.130.2900.47
HSL272.31º16.74%45.69%-
HSV(B)272.31º28.68%53.33%-
XYZ16.1914.1825.18-
YUV107.72143.96135.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=33.62%
G=27.64%
B=38.75%

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
Decimal118971360.130.2900.47272.3116.7445.69
Hex766188D1D02F110112e
Octal16614121015350574202156
Binary1110110110000110001000110111101010111110001000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766188; }

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

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

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

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

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

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

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

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