#715674

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

Shades of Rum #715674

Tints of Rum #715674

Color information

#715674 (or 0x715674) is unknown color: approx Rum. HEX triplet: 71, 56 and 74. RGB value is (113,86,116). Sum of RGB (Red+Green+Blue) = 113+86+116=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #715674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715674 is #8EA98B. Grayscale: #616161. Windows color (decimal): -9349516 or 7624305. OLE color: 7624305.

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

Color convert

RGB11386116-
CMYK0.030.2600.55
HSL294º14.85%39.61%-
HSV(B)294º25.86%45.49%-
XYZ13.2911.4318.03-
YUV97.49138.45139.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=35.87%
G=27.30%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113861160.030.2600.5529414.8539.61
Hex71567431A037126f28
Octal1611261643320674461750
Binary111000110101101110100111101001101111001001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715674; }

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

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

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

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

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

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

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

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