#78627D

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

Shades of Rum #78627D

Tints of Rum #78627D

Color information

#78627D (or 0x78627D) is unknown color: approx Rum. HEX triplet: 78, 62 and 7D. RGB value is (120,98,125). Sum of RGB (Red+Green+Blue) = 120+98+125=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #78627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78627D is #879D82. Grayscale: #6B6B6B. Windows color (decimal): -8887683 or 8217208. OLE color: 8217208.

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

Color convert

RGB12098125-
CMYK0.040.2200.51
HSL288.89º12.11%43.73%-
HSV(B)288.89º21.6%49.02%-
XYZ15.8214.2121.31-
YUV107.66137.79136.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=34.99%
G=28.57%
B=36.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120981250.040.2200.51288.8912.1143.73
Hex78627D416033121c2c
Octal1701421754260634411454
Binary1111000110001011111011001011001100111001000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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