#786D7A

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

Shades of Rum #786D7A

Tints of Rum #786D7A

Color information

#786D7A (or 0x786D7A) is unknown color: approx Rum. HEX triplet: 78, 6D and 7A. RGB value is (120,109,122). Sum of RGB (Red+Green+Blue) = 120+109+122=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #786D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D7A is #879285. Grayscale: #717171. Windows color (decimal): -8884870 or 8023416. OLE color: 8023416.

HSL color Cylindrical-coordinate representation of color #786D7A: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786D7A is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB120109122-
CMYK0.020.1100.52
HSL290.77º5.63%45.29%-
HSV(B)290.77º10.66%47.84%-
XYZ16.7316.3420.68-
YUV113.77132.64132.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=34.19%
G=31.05%
B=34.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201091220.020.1100.52290.775.6345.29
Hex786D7A2B03412362d
Octal170155172213064443655
Binary1111000110110111110101010110110100100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786D7A; }

 p { color: rgb(120,109,122); }

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

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

 a { background-color: rgb(120,109,122); }

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

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

 span { border-color: rgb(120,109,122); }

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