#726678

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

Shades of Rum #726678

Tints of Rum #726678

Color information

#726678 (or 0x726678) is unknown color: approx Rum. HEX triplet: 72, 66 and 78. RGB value is (114,102,120). Sum of RGB (Red+Green+Blue) = 114+102+120=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #726678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726678 is #8D9987. Grayscale: #6B6B6B. Windows color (decimal): -9279880 or 7890546. OLE color: 7890546.

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

Color convert

RGB114102120-
CMYK0.050.1500.53
HSL280º8.11%43.53%-
HSV(B)280º15%47.06%-
XYZ15.0814.4419.76-
YUV107.64134.98132.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=33.93%
G=30.36%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141021200.050.1500.532808.1143.53
Hex7266785F03511882c
Octal1621461705170654301054
Binary111001011001101111000101111101101011000110001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726678; }

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

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

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

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

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

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

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

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