#716279

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

Shades of Rum #716279

Tints of Rum #716279

Color information

#716279 (or 0x716279) is unknown color: approx Rum. HEX triplet: 71, 62 and 79. RGB value is (113,98,121). Sum of RGB (Red+Green+Blue) = 113+98+121=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #716279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716279 is #8E9D86. Grayscale: #696969. Windows color (decimal): -9346439 or 7955057. OLE color: 7955057.

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

Color convert

RGB11398121-
CMYK0.070.1900.53
HSL279.13º10.5%42.94%-
HSV(B)279.13º19.01%47.45%-
XYZ14.6313.6319.95-
YUV105.11136.97133.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=34.04%
G=29.52%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113981210.070.1900.53279.1310.542.94
Hex716279713035117b2b
Octal1611421717230654271353
Binary1110001110001011110011111001101101011000101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716279; }

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

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

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

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

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

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

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

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