#746B76

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

Shades of Rum #746B76

Tints of Rum #746B76

Color information

#746B76 (or 0x746B76) is unknown color: approx Rum. HEX triplet: 74, 6B and 76. RGB value is (116,107,118). Sum of RGB (Red+Green+Blue) = 116+107+118=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #746B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B76 is #8B9489. Grayscale: #6E6E6E. Windows color (decimal): -9147530 or 7760756. OLE color: 7760756.

HSL color Cylindrical-coordinate representation of color #746B76: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746B76 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116107118-
CMYK0.020.0900.54
HSL289.09º4.89%44.12%-
HSV(B)289.09º9.32%46.27%-
XYZ15.7315.5419.31-
YUV110.94131.98131.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=34.02%
G=31.38%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161071180.020.0900.54289.094.8944.12
Hex746B762903612152c
Octal164153166211066441554
Binary1110100110101111101101010010110110100100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B76; }

 p { color: rgb(116,107,118); }

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

<style>
 a { background-color: #746B76; }

 a { background-color: rgb(116,107,118); }

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

<style>
 span { border-color: #746B76; }

 span { border-color: rgb(116,107,118); }

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