#715D75

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

Shades of Rum #715D75

Tints of Rum #715D75

Color information

#715D75 (or 0x715D75) is unknown color: approx Rum. HEX triplet: 71, 5D and 75. RGB value is (113,93,117). Sum of RGB (Red+Green+Blue) = 113+93+117=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #715D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D75 is #8EA28A. Grayscale: #656565. Windows color (decimal): -9347723 or 7691633. OLE color: 7691633.

HSL color Cylindrical-coordinate representation of color #715D75: hue angle of 290º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715D75 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11393117-
CMYK0.030.2100.54
HSL290º11.43%41.18%-
HSV(B)290º20.51%45.88%-
XYZ13.9412.6218.53-
YUV101.72136.63136.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=34.98%
G=28.79%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113931170.030.2100.5429011.4341.18
Hex715D75315036122b29
Octal1611351653250664421351
Binary111000110111011110101111010101101101001000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715D75; }

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

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

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

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

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

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

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

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