#716277

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

Shades of Rum #716277

Tints of Rum #716277

Color information

#716277 (or 0x716277) is unknown color: approx Rum. HEX triplet: 71, 62 and 77. RGB value is (113,98,119). Sum of RGB (Red+Green+Blue) = 113+98+119=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #716277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716277 is #8E9D88. Grayscale: #686868. Windows color (decimal): -9346441 or 7823985. OLE color: 7823985.

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

Color convert

RGB11398119-
CMYK0.050.1800.53
HSL282.86º9.68%42.55%-
HSV(B)282.86º17.65%46.67%-
XYZ14.5113.5819.31-
YUV104.88135.97133.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=34.24%
G=29.70%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113981190.050.1800.53282.869.6842.55
Hex71627751203511ba2b
Octal1611421675220654331253
Binary1110001110001011101111011001001101011000110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716277; }

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

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

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

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

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

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

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

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