#765F7D

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

Shades of Rum #765F7D

Tints of Rum #765F7D

Color information

#765F7D (or 0x765F7D) is unknown color: approx Rum. HEX triplet: 76, 5F and 7D. RGB value is (118,95,125). Sum of RGB (Red+Green+Blue) = 118+95+125=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #765F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F7D is #89A082. Grayscale: #696969. Windows color (decimal): -9019523 or 8216438. OLE color: 8216438.

HSL color Cylindrical-coordinate representation of color #765F7D: hue angle of 286º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765F7D is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11895125-
CMYK0.060.2400.51
HSL286º13.64%43.14%-
HSV(B)286º24%49.02%-
XYZ15.2713.5221.21-
YUV105.3139.12137.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=34.91%
G=28.11%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118951250.060.2400.5128613.6443.14
Hex765F7D61803311ee2b
Octal1661371756300634361653
Binary1110110101111111111011101100001100111000111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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