#76657C

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

Shades of Rum #76657C

Tints of Rum #76657C

Color information

#76657C (or 0x76657C) is unknown color: approx Rum. HEX triplet: 76, 65 and 7C. RGB value is (118,101,124). Sum of RGB (Red+Green+Blue) = 118+101+124=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #76657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657C is #899A83. Grayscale: #6C6C6C. Windows color (decimal): -9017988 or 8152438. OLE color: 8152438.

HSL color Cylindrical-coordinate representation of color #76657C: hue angle of 284.35º degrees, saturation: 0.1, 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 #76657C is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118101124-
CMYK0.050.1900.51
HSL284.35º10.22%44.12%-
HSV(B)284.35º18.55%48.63%-
XYZ15.7614.6121.06-
YUV108.7136.63134.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=34.40%
G=29.45%
B=36.15%

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
Decimal1181011240.050.1900.51284.3510.2244.12
Hex76657C51303311ca2c
Octal1661451745230634341254
Binary1110110110010111111001011001101100111000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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