#766080

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

Shades of Rum #766080

Tints of Rum #766080

Color information

#766080 (or 0x766080) is unknown color: approx Rum. HEX triplet: 76, 60 and 80. RGB value is (118,96,128). Sum of RGB (Red+Green+Blue) = 118+96+128=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #766080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766080 is #899F7F. Grayscale: #6A6A6A. Windows color (decimal): -9019264 or 8413302. OLE color: 8413302.

HSL color Cylindrical-coordinate representation of color #766080: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766080 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11896128-
CMYK0.080.2500.50
HSL281.25º14.29%43.92%-
HSV(B)281.25º25%50.2%-
XYZ15.5513.7822.26-
YUV106.23140.29136.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=34.50%
G=28.07%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118961280.080.2500.50281.2514.2943.92
Hex766080819032119e2c
Octal16614020010310624311654
Binary111011011000001000000010001100101100101000110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766080; }

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

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

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

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

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

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

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

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