#78687B

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

Shades of Rum #78687B

Tints of Rum #78687B

Color information

#78687B (or 0x78687B) is unknown color: approx Rum. HEX triplet: 78, 68 and 7B. RGB value is (120,104,123). Sum of RGB (Red+Green+Blue) = 120+104+123=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #78687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78687B is #879784. Grayscale: #6E6E6E. Windows color (decimal): -8886149 or 8087672. OLE color: 8087672.

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

Color convert

RGB120104123-
CMYK0.020.1500.52
HSL290.53º8.37%44.51%-
HSV(B)290.53º15.45%48.24%-
XYZ16.2715.3220.84-
YUV110.95134.8134.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=34.58%
G=29.97%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201041230.020.1500.52290.538.3744.51
Hex78687B2F03412382d
Octal1701501732170644431055
Binary11110001101000111101110111101101001001000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78687B; }

 p { color: rgb(120,104,123); }

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

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

 a { background-color: rgb(120,104,123); }

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

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

 span { border-color: rgb(120,104,123); }

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