#715675

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

Shades of Rum #715675

Tints of Rum #715675

Color information

#715675 (or 0x715675) is unknown color: approx Rum. HEX triplet: 71, 56 and 75. RGB value is (113,86,117). Sum of RGB (Red+Green+Blue) = 113+86+117=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #715675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715675 is #8EA98A. Grayscale: #616161. Windows color (decimal): -9349515 or 7689841. OLE color: 7689841.

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

Color convert

RGB11386117-
CMYK0.030.2600.54
HSL292.26º15.27%39.8%-
HSV(B)292.26º26.5%45.88%-
XYZ13.3511.4518.34-
YUV97.61138.95138.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=35.76%
G=27.22%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113861170.030.2600.54292.2615.2739.8
Hex71567531A036124f28
Octal1611261653320664441750
Binary111000110101101110101111101001101101001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715675; }

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

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

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

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

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

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

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

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