#716075

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

Shades of Rum #716075

Tints of Rum #716075

Color information

#716075 (or 0x716075) is unknown color: approx Rum. HEX triplet: 71, 60 and 75. RGB value is (113,96,117). Sum of RGB (Red+Green+Blue) = 113+96+117=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #716075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716075 is #8E9F8A. Grayscale: #676767. Windows color (decimal): -9346955 or 7692401. OLE color: 7692401.

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

Color convert

RGB11396117-
CMYK0.030.1800.54
HSL288.57º9.86%41.76%-
HSV(B)288.57º17.95%45.88%-
XYZ14.213.1618.62-
YUV103.48135.63134.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=34.66%
G=29.45%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113961170.030.1800.54288.579.8641.76
Hex716075312036121a2a
Octal1611401653220664411252
Binary111000111000001110101111001001101101001000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716075; }

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

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

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

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

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

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

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

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