#775E7D

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

Shades of Rum #775E7D

Tints of Rum #775E7D

Color information

#775E7D (or 0x775E7D) is unknown color: approx Rum. HEX triplet: 77, 5E and 7D. RGB value is (119,94,125). Sum of RGB (Red+Green+Blue) = 119+94+125=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 94 (37.11% from 255 or 27.81% 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 #775E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E7D is #88A182. Grayscale: #686868. Windows color (decimal): -8954243 or 8216183. OLE color: 8216183.

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

Color convert

RGB11994125-
CMYK0.050.2500.51
HSL288.39º14.16%42.94%-
HSV(B)288.39º24.8%49.02%-
XYZ15.3113.4121.18-
YUV105.01139.28137.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=35.21%
G=27.81%
B=36.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119941250.050.2500.51288.3914.1642.94
Hex775E7D519033120e2b
Octal1671361755310634401653
Binary1110111101111011111011011100101100111001000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E7D; }

 p { color: rgb(119,94,125); }

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

<style>
 a { background-color: #775E7D; }

 a { background-color: rgb(119,94,125); }

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

<style>
 span { border-color: #775E7D; }

 span { border-color: rgb(119,94,125); }

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