#76687C

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

Shades of Rum #76687C

Tints of Rum #76687C

Color information

#76687C (or 0x76687C) is unknown color: approx Rum. HEX triplet: 76, 68 and 7C. RGB value is (118,104,124). Sum of RGB (Red+Green+Blue) = 118+104+124=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #76687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687C is #899783. Grayscale: #6E6E6E. Windows color (decimal): -9017220 or 8153206. OLE color: 8153206.

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

Color convert

RGB118104124-
CMYK0.050.1600.51
HSL282º8.77%44.71%-
HSV(B)282º16.13%48.63%-
XYZ16.0615.2121.16-
YUV110.47135.64133.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=34.10%
G=30.06%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181041240.050.1600.512828.7744.71
Hex76687C51003311a92d
Octal1661501745200634321155
Binary1110110110100011111001011000001100111000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76687C; }

 p { color: rgb(118,104,124); }

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

<style>
 a { background-color: #76687C; }

 a { background-color: rgb(118,104,124); }

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

<style>
 span { border-color: #76687C; }

 span { border-color: rgb(118,104,124); }

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