#766184

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

Shades of Mamba #766184

Tints of Mamba #766184

Color information

#766184 (or 0x766184) is unknown color: approx Mamba. HEX triplet: 76, 61 and 84. RGB value is (118,97,132). Sum of RGB (Red+Green+Blue) = 118+97+132=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #766184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766184 is #899E7B. Grayscale: #6B6B6B. Windows color (decimal): -9019004 or 8675702. OLE color: 8675702.

HSL color Cylindrical-coordinate representation of color #766184: hue angle of 276º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766184 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11897132-
CMYK0.110.2700.48
HSL276º15.28%44.9%-
HSV(B)276º26.52%51.76%-
XYZ15.9114.0723.71-
YUV107.27141.96135.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=34.01%
G=27.95%
B=38.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118971320.110.2700.4827615.2844.9
Hex766184B1B030114f2d
Octal16614120413330604241755
Binary111011011000011000010010111101101100001000101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766184; }

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

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

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

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

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

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

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

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