#765F80

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

Shades of Rum #765F80

Tints of Rum #765F80

Color information

#765F80 (or 0x765F80) is unknown color: approx Rum. HEX triplet: 76, 5F and 80. RGB value is (118,95,128). Sum of RGB (Red+Green+Blue) = 118+95+128=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #765F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F80 is #89A07F. Grayscale: #696969. Windows color (decimal): -9019520 or 8413046. OLE color: 8413046.

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

Color convert

RGB11895128-
CMYK0.080.2600.50
HSL281.82º14.8%43.73%-
HSV(B)281.82º25.78%50.2%-
XYZ15.4613.5922.23-
YUV105.64140.62136.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=34.60%
G=27.86%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118951280.080.2600.50281.8214.843.73
Hex765F8081A03211af2c
Octal16613720010320624321754
Binary111011010111111000000010001101001100101000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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