#78617C

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

Shades of Rum #78617C

Tints of Rum #78617C

Color information

#78617C (or 0x78617C) is unknown color: approx Rum. HEX triplet: 78, 61 and 7C. RGB value is (120,97,124). Sum of RGB (Red+Green+Blue) = 120+97+124=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #78617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78617C is #879E83. Grayscale: #6A6A6A. Windows color (decimal): -8887940 or 8151416. OLE color: 8151416.

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

Color convert

RGB12097124-
CMYK0.030.2200.51
HSL291.11º12.22%43.33%-
HSV(B)291.11º21.77%48.63%-
XYZ15.661420.95-
YUV106.95137.62137.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=35.19%
G=28.45%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120971240.030.2200.51291.1112.2243.33
Hex78617C316033123c2b
Octal1701411743260634431453
Binary111100011000011111100111011001100111001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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