#716077

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

Shades of Rum #716077

Tints of Rum #716077

Color information

#716077 (or 0x716077) is unknown color: approx Rum. HEX triplet: 71, 60 and 77. RGB value is (113,96,119). Sum of RGB (Red+Green+Blue) = 113+96+119=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #716077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716077 is #8E9F88. Grayscale: #676767. Windows color (decimal): -9346953 or 7823473. OLE color: 7823473.

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

Color convert

RGB11396119-
CMYK0.050.1900.53
HSL284.35º10.7%42.16%-
HSV(B)284.35º19.33%46.67%-
XYZ14.3213.2119.25-
YUV103.7136.63134.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=34.45%
G=29.27%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113961190.050.1900.53284.3510.742.16
Hex71607751303511cb2a
Octal1611401675230654341352
Binary1110001110000011101111011001101101011000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716077; }

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

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

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

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

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

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

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

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