#78707A

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

Shades of Rum #78707A

Tints of Rum #78707A

Color information

#78707A (or 0x78707A) is unknown color: approx Rum. HEX triplet: 78, 70 and 7A. RGB value is (120,112,122). Sum of RGB (Red+Green+Blue) = 120+112+122=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #78707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78707A is #878F85. Grayscale: #737373. Windows color (decimal): -8884102 or 8024184. OLE color: 8024184.

HSL color Cylindrical-coordinate representation of color #78707A: hue angle of 288º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78707A is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB120112122-
CMYK0.020.0800.52
HSL288º4.27%45.88%-
HSV(B)288º8.2%47.84%-
XYZ17.0516.9920.79-
YUV115.53131.65131.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=33.90%
G=31.64%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201121220.020.0800.522884.2745.88
Hex78707A2803412042e
Octal170160172210064440456
Binary1111000111000011110101010000110100100100000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78707A; }

 p { color: rgb(120,112,122); }

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

<style>
 a { background-color: #78707A; }

 a { background-color: rgb(120,112,122); }

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

<style>
 span { border-color: #78707A; }

 span { border-color: rgb(120,112,122); }

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