#785D7F

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

Shades of Rum #785D7F

Tints of Rum #785D7F

Color information

#785D7F (or 0x785D7F) is unknown color: approx Rum. HEX triplet: 78, 5D and 7F. RGB value is (120,93,127). Sum of RGB (Red+Green+Blue) = 120+93+127=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #785D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D7F is #87A280. Grayscale: #686868. Windows color (decimal): -8888961 or 8347000. OLE color: 8347000.

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

Color convert

RGB12093127-
CMYK0.060.2700.50
HSL287.65º15.45%43.14%-
HSV(B)287.65º26.77%49.8%-
XYZ15.4913.3521.84-
YUV104.95140.45138.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 127 (50% from 255) = 37.35%
R=35.29%
G=27.35%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120931270.060.2700.50287.6515.4543.14
Hex785D7F61B032120f2b
Octal1701351776330624401753
Binary1111000101110111111111101101101100101001000001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785D7F; }

 p { color: rgb(120,93,127); }

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

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

 a { background-color: rgb(120,93,127); }

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

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

 span { border-color: rgb(120,93,127); }

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