#78627C

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

Shades of Rum #78627C

Tints of Rum #78627C

Color information

#78627C (or 0x78627C) is unknown color: approx Rum. HEX triplet: 78, 62 and 7C. RGB value is (120,98,124). Sum of RGB (Red+Green+Blue) = 120+98+124=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #78627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78627C is #879D83. Grayscale: #6B6B6B. Windows color (decimal): -8887684 or 8151672. OLE color: 8151672.

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

Color convert

RGB12098124-
CMYK0.030.2100.51
HSL290.77º11.71%43.53%-
HSV(B)290.77º20.97%48.63%-
XYZ15.7514.1820.98-
YUV107.54137.29136.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=35.09%
G=28.65%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120981240.030.2100.51290.7711.7143.53
Hex78627C315033123c2c
Octal1701421743250634431454
Binary111100011000101111100111010101100111001000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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