#726778

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

Shades of Rum #726778

Tints of Rum #726778

Color information

#726778 (or 0x726778) is unknown color: approx Rum. HEX triplet: 72, 67 and 78. RGB value is (114,103,120). Sum of RGB (Red+Green+Blue) = 114+103+120=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #726778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726778 is #8D9887. Grayscale: #6C6C6C. Windows color (decimal): -9279624 or 7890802. OLE color: 7890802.

HSL color Cylindrical-coordinate representation of color #726778: hue angle of 278.82º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726778 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114103120-
CMYK0.050.1400.53
HSL278.82º7.62%43.73%-
HSV(B)278.82º14.17%47.06%-
XYZ15.1814.6319.79-
YUV108.23134.64132.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=33.83%
G=30.56%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141031200.050.1400.53278.827.6243.73
Hex7267785E03511782c
Octal1621471705160654271054
Binary111001011001111111000101111001101011000101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726778; }

 p { color: rgb(114,103,120); }

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

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

 a { background-color: rgb(114,103,120); }

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

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

 span { border-color: rgb(114,103,120); }

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