#78697C

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

Shades of Rum #78697C

Tints of Rum #78697C

Color information

#78697C (or 0x78697C) is unknown color: approx Rum. HEX triplet: 78, 69 and 7C. RGB value is (120,105,124). Sum of RGB (Red+Green+Blue) = 120+105+124=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #78697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78697C is #879683. Grayscale: #6F6F6F. Windows color (decimal): -8885892 or 8153464. OLE color: 8153464.

HSL color Cylindrical-coordinate representation of color #78697C: hue angle of 287.37º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78697C is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB120105124-
CMYK0.030.1500.51
HSL287.37º8.3%44.9%-
HSV(B)287.37º15.32%48.63%-
XYZ16.4415.5521.2-
YUV111.65134.97133.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=34.38%
G=30.09%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201051240.030.1500.51287.378.344.9
Hex78697C3F03311f82d
Octal1701511743170634371055
Binary11110001101001111110011111101100111000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78697C; }

 p { color: rgb(120,105,124); }

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

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

 a { background-color: rgb(120,105,124); }

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

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

 span { border-color: rgb(120,105,124); }

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