#78667C

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

Shades of Rum #78667C

Tints of Rum #78667C

Color information

#78667C (or 0x78667C) is unknown color: approx Rum. HEX triplet: 78, 66 and 7C. RGB value is (120,102,124). Sum of RGB (Red+Green+Blue) = 120+102+124=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #78667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78667C is #879983. Grayscale: #6D6D6D. Windows color (decimal): -8886660 or 8152696. OLE color: 8152696.

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

Color convert

RGB120102124-
CMYK0.030.1800.51
HSL289.09º9.73%44.31%-
HSV(B)289.09º17.74%48.63%-
XYZ16.1414.9521.1-
YUV109.89135.96135.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=34.68%
G=29.48%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201021240.030.1800.51289.099.7344.31
Hex78667C312033121a2c
Octal1701461743220634411254
Binary111100011001101111100111001001100111001000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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