#77617B

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

Shades of Rum #77617B

Tints of Rum #77617B

Color information

#77617B (or 0x77617B) is unknown color: approx Rum. HEX triplet: 77, 61 and 7B. RGB value is (119,97,123). Sum of RGB (Red+Green+Blue) = 119+97+123=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #77617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617B is #889E84. Grayscale: #6A6A6A. Windows color (decimal): -8953477 or 8085879. OLE color: 8085879.

HSL color Cylindrical-coordinate representation of color #77617B: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77617B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11997123-
CMYK0.030.2100.52
HSL290.77º11.82%43.14%-
HSV(B)290.77º21.14%48.24%-
XYZ15.4613.920.61-
YUV106.54137.29136.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=35.10%
G=28.61%
B=36.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119971230.030.2100.52290.7711.8243.14
Hex77617B315034123c2b
Octal1671411733250644431453
Binary111011111000011111011111010101101001001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77617B; }

 p { color: rgb(119,97,123); }

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

<style>
 a { background-color: #77617B; }

 a { background-color: rgb(119,97,123); }

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

<style>
 span { border-color: #77617B; }

 span { border-color: rgb(119,97,123); }

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