#716377

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

Shades of Rum #716377

Tints of Rum #716377

Color information

#716377 (or 0x716377) is unknown color: approx Rum. HEX triplet: 71, 63 and 77. RGB value is (113,99,119). Sum of RGB (Red+Green+Blue) = 113+99+119=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #716377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716377 is #8E9C88. Grayscale: #696969. Windows color (decimal): -9346185 or 7824241. OLE color: 7824241.

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

Color convert

RGB11399119-
CMYK0.050.1700.53
HSL282º9.17%42.75%-
HSV(B)282º16.81%46.67%-
XYZ14.613.7719.34-
YUV105.47135.64133.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=34.14%
G=29.91%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113991190.050.1700.532829.1742.75
Hex71637751103511a92b
Octal1611431675210654321153
Binary1110001110001111101111011000101101011000110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716377; }

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

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

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

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

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

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

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

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