#775F7C

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

Shades of Rum #775F7C

Tints of Rum #775F7C

Color information

#775F7C (or 0x775F7C) is unknown color: approx Rum. HEX triplet: 77, 5F and 7C. RGB value is (119,95,124). Sum of RGB (Red+Green+Blue) = 119+95+124=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #775F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F7C is #88A083. Grayscale: #696969. Windows color (decimal): -8953988 or 8150903. OLE color: 8150903.

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

Color convert

RGB11995124-
CMYK0.040.2300.51
HSL289.66º13.24%42.94%-
HSV(B)289.66º23.39%48.63%-
XYZ15.3413.5620.88-
YUV105.48138.45137.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=35.21%
G=28.11%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119951240.040.2300.51289.6613.2442.94
Hex775F7C417033122d2b
Octal1671371744270634421553
Binary1110111101111111111001001011101100111001000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,124); }

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

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

 a { background-color: rgb(119,95,124); }

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

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

 span { border-color: rgb(119,95,124); }

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