#746777

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

Shades of Rum #746777

Tints of Rum #746777

Color information

#746777 (or 0x746777) is unknown color: approx Rum. HEX triplet: 74, 67 and 77. RGB value is (116,103,119). Sum of RGB (Red+Green+Blue) = 116+103+119=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #746777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746777 is #8B9888. Grayscale: #6C6C6C. Windows color (decimal): -9148553 or 7825268. OLE color: 7825268.

HSL color Cylindrical-coordinate representation of color #746777: hue angle of 288.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746777 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116103119-
CMYK0.030.1300.53
HSL288.75º7.21%43.53%-
HSV(B)288.75º13.45%46.67%-
XYZ15.3814.7519.49-
YUV108.71133.81133.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=34.32%
G=30.47%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161031190.030.1300.53288.757.2143.53
Hex7467773D03512172c
Octal164147167315065441754
Binary1110100110011111101111111010110101100100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746777; }

 p { color: rgb(116,103,119); }

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

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

 a { background-color: rgb(116,103,119); }

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

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

 span { border-color: rgb(116,103,119); }

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