#77687D

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

Shades of Rum #77687D

Tints of Rum #77687D

Color information

#77687D (or 0x77687D) is unknown color: approx Rum. HEX triplet: 77, 68 and 7D. RGB value is (119,104,125). Sum of RGB (Red+Green+Blue) = 119+104+125=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #77687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687D is #889782. Grayscale: #6E6E6E. Windows color (decimal): -8951683 or 8218743. OLE color: 8218743.

HSL color Cylindrical-coordinate representation of color #77687D: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77687D is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119104125-
CMYK0.050.1700.51
HSL282.86º9.17%44.9%-
HSV(B)282.86º16.8%49.02%-
XYZ16.2615.321.5-
YUV110.88135.97133.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=34.20%
G=29.89%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191041250.050.1700.51282.869.1744.9
Hex77687D51103311b92d
Octal1671501755210634331155
Binary1110111110100011111011011000101100111000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77687D; }

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

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

<style>
 a { background-color: #77687D; }

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

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

<style>
 span { border-color: #77687D; }

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

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