#78697D

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

Shades of Rum #78697D

Tints of Rum #78697D

Color information

#78697D (or 0x78697D) is unknown color: approx Rum. HEX triplet: 78, 69 and 7D. RGB value is (120,105,125). Sum of RGB (Red+Green+Blue) = 120+105+125=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #78697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78697D is #879682. Grayscale: #6F6F6F. Windows color (decimal): -8885891 or 8219000. OLE color: 8219000.

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

Color convert

RGB120105125-
CMYK0.040.1600.51
HSL285º8.7%45.1%-
HSV(B)285º16%49.02%-
XYZ16.515.5821.54-
YUV111.76135.47133.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=34.29%
G=30%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201051250.040.1600.512858.745.1
Hex78697D41003311d92d
Octal1701511754200634351155
Binary1111000110100111111011001000001100111000111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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