#7D6385

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

Shades of Rum #7D6385

Tints of Rum #7D6385

Color information

#7D6385 (or 0x7D6385) is unknown color: approx Rum. HEX triplet: 7D, 63 and 85. RGB value is (125,99,133). Sum of RGB (Red+Green+Blue) = 125+99+133=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6385 is #829C7A. Grayscale: #6E6E6E. Windows color (decimal): -8559739 or 8741757. OLE color: 8741757.

HSL color Cylindrical-coordinate representation of color #7D6385: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D6385 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12599133-
CMYK0.060.2600.48
HSL285.88º14.66%45.49%-
HSV(B)285.88º25.56%52.16%-
XYZ17.1514.9824.18-
YUV110.65140.61138.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=35.01%
G=27.73%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125991330.060.2600.48285.8814.6645.49
Hex7D638561A03011ef2d
Octal1751432056320604361755
Binary11111011100011100001011101101001100001000111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6385; }

 p { color: rgb(125,99,133); }

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

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

 a { background-color: rgb(125,99,133); }

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

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

 span { border-color: rgb(125,99,133); }

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