#786A7A

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

Shades of Rum #786A7A

Tints of Rum #786A7A

Color information

#786A7A (or 0x786A7A) is unknown color: approx Rum. HEX triplet: 78, 6A and 7A. RGB value is (120,106,122). Sum of RGB (Red+Green+Blue) = 120+106+122=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #786A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A7A is #879585. Grayscale: #6F6F6F. Windows color (decimal): -8885638 or 8022648. OLE color: 8022648.

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

Color convert

RGB120106122-
CMYK0.020.1300.52
HSL292.5º7.02%44.71%-
HSV(B)292.5º13.11%47.84%-
XYZ16.4115.7120.58-
YUV112.01133.64133.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=34.48%
G=30.46%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201061220.020.1300.52292.57.0244.71
Hex786A7A2D03412472d
Octal170152172215064444755
Binary1111000110101011110101011010110100100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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