#766282

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

Shades of Mamba #766282

Tints of Mamba #766282

Color information

#766282 (or 0x766282) is unknown color: approx Mamba. HEX triplet: 76, 62 and 82. RGB value is (118,98,130). Sum of RGB (Red+Green+Blue) = 118+98+130=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #766282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766282 is #899D7D. Grayscale: #6B6B6B. Windows color (decimal): -9018750 or 8544886. OLE color: 8544886.

HSL color Cylindrical-coordinate representation of color #766282: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766282 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11898130-
CMYK0.090.2500.49
HSL277.5º14.04%44.71%-
HSV(B)277.5º24.62%50.98%-
XYZ15.8714.223.02-
YUV107.63140.63135.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=34.10%
G=28.32%
B=37.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118981300.090.2500.49277.514.0444.71
Hex766282919031116e2d
Octal16614220211310614261655
Binary111011011000101000001010011100101100011000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766282; }

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

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

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

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

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

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

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

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