#765E80

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

Shades of Rum #765E80

Tints of Rum #765E80

Color information

#765E80 (or 0x765E80) is unknown color: approx Rum. HEX triplet: 76, 5E and 80. RGB value is (118,94,128). Sum of RGB (Red+Green+Blue) = 118+94+128=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #765E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765E80 is #89A17F. Grayscale: #686868. Windows color (decimal): -9019776 or 8412790. OLE color: 8412790.

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

Color convert

RGB11894128-
CMYK0.080.2700.50
HSL282.35º15.32%43.53%-
HSV(B)282.35º26.56%50.2%-
XYZ15.3713.4222.2-
YUV105.05140.95137.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=34.71%
G=27.65%
B=37.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118941280.080.2700.50282.3515.3243.53
Hex765E8081B03211af2c
Octal16613620010330624321754
Binary111011010111101000000010001101101100101000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765E80; }

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

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

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

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

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

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

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

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