#716078

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

Shades of Rum #716078

Tints of Rum #716078

Color information

#716078 (or 0x716078) is unknown color: approx Rum. HEX triplet: 71, 60 and 78. RGB value is (113,96,120). Sum of RGB (Red+Green+Blue) = 113+96+120=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #716078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716078 is #8E9F87. Grayscale: #676767. Windows color (decimal): -9346952 or 7889009. OLE color: 7889009.

HSL color Cylindrical-coordinate representation of color #716078: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716078 is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11396120-
CMYK0.060.200.53
HSL282.5º11.11%42.35%-
HSV(B)282.5º20%47.06%-
XYZ14.3813.2319.57-
YUV103.82137.13134.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=34.35%
G=29.18%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113961200.060.200.53282.511.1142.35
Hex71607861403511ab2a
Octal1611401706240654321352
Binary1110001110000011110001101010001101011000110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716078; }

 p { color: rgb(113,96,120); }

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

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

 a { background-color: rgb(113,96,120); }

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

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

 span { border-color: rgb(113,96,120); }

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