#716177

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

Shades of Rum #716177

Tints of Rum #716177

Color information

#716177 (or 0x716177) is unknown color: approx Rum. HEX triplet: 71, 61 and 77. RGB value is (113,97,119). Sum of RGB (Red+Green+Blue) = 113+97+119=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #716177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716177 is #8E9E88. Grayscale: #686868. Windows color (decimal): -9346697 or 7823729. OLE color: 7823729.

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

Color convert

RGB11397119-
CMYK0.050.1800.53
HSL283.64º10.19%42.35%-
HSV(B)283.64º18.49%46.67%-
XYZ14.4113.3919.28-
YUV104.29136.3134.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=34.35%
G=29.48%
B=36.17%

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
Decimal113971190.050.1800.53283.6410.1942.35
Hex71617751203511ca2a
Octal1611411675220654341252
Binary1110001110000111101111011001001101011000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716177; }

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

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

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

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

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

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

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

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