#76647C

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

Shades of Rum #76647C

Tints of Rum #76647C

Color information

#76647C (or 0x76647C) is unknown color: approx Rum. HEX triplet: 76, 64 and 7C. RGB value is (118,100,124). Sum of RGB (Red+Green+Blue) = 118+100+124=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #76647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647C is #899B83. Grayscale: #6C6C6C. Windows color (decimal): -9018244 or 8152182. OLE color: 8152182.

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

Color convert

RGB118100124-
CMYK0.050.1900.51
HSL285º10.71%43.92%-
HSV(B)285º19.35%48.63%-
XYZ15.6714.4221.03-
YUV108.12136.96135.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=34.50%
G=29.24%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181001240.050.1900.5128510.7143.92
Hex76647C51303311db2c
Octal1661441745230634351354
Binary1110110110010011111001011001101100111000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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