#716274

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

Shades of Rum #716274

Tints of Rum #716274

Color information

#716274 (or 0x716274) is unknown color: approx Rum. HEX triplet: 71, 62 and 74. RGB value is (113,98,116). Sum of RGB (Red+Green+Blue) = 113+98+116=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #716274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716274 is #8E9D8B. Grayscale: #686868. Windows color (decimal): -9346444 or 7627377. OLE color: 7627377.

HSL color Cylindrical-coordinate representation of color #716274: hue angle of 290º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716274 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11398116-
CMYK0.030.1600.55
HSL290º8.41%41.96%-
HSV(B)290º15.52%45.49%-
XYZ14.3313.5118.37-
YUV104.54134.47134.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=34.56%
G=29.97%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113981160.030.1600.552908.4141.96
Hex71627431003712282a
Octal1611421643200674421052
Binary111000111000101110100111000001101111001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716274; }

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

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

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

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

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

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

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

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