#7D6484

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

Shades of Rum #7D6484

Tints of Rum #7D6484

Color information

#7D6484 (or 0x7D6484) is unknown color: approx Rum. HEX triplet: 7D, 64 and 84. RGB value is (125,100,132). Sum of RGB (Red+Green+Blue) = 125+100+132=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6484 is #829B7B. Grayscale: #6F6F6F. Windows color (decimal): -8559484 or 8676477. OLE color: 8676477.

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

Color convert

RGB125100132-
CMYK0.050.2400.48
HSL286.88º13.79%45.49%-
HSV(B)286.88º24.24%51.76%-
XYZ17.1815.1423.85-
YUV111.12139.78137.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=35.01%
G=28.01%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251001320.050.2400.48286.8813.7945.49
Hex7D648451803011fe2d
Octal1751442045300604371655
Binary11111011100100100001001011100001100001000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,132); }

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

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

 a { background-color: rgb(125,100,132); }

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

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

 span { border-color: rgb(125,100,132); }

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