Html Css Color HEX #715E75 Rum

📋 copy color: '#715E75'

red 113 ◦ green 94 ◦ blue 117

#715E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #715E75

Tints of Rum #715E75

RGB

 RED value IS 113 (44.53% from 255) = 34.88%

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 34.88%
G = 29.01%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715E75 (or 0x715E75) is known color: Rum. HEX triplet: 71, 5E and 75. RGB value is (113,94,117). Sum of RGB (Red+Green+Blue) = 113+94+117=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #715E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E75 is #8EA18A. Grayscale: #666666. Windows color (decimal): -9347467 or 7691889. OLE color: 7691889.

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

Color convert

RGB 113 94 117 -
CMYK 0.03 0.20 0 0.54
HSL 289.57º 0.11% 0.41% -
HSV(B) 289.57º 0.2% 0.46% -
XYZ 14.02 12.8 18.56 -
YUV 102.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 113 94 117 0.03 0.20 0 0.54 289.57 0.11 0.41
Hex 71 5E 75 3 14 0 36 122 B 29
Octal 161 136 165 3 24 0 66 442 13 51
Binary 1110001 1011110 1110101 11 10100 0 110110 100100010 1011 101001

Color Harmonies of #715E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E75

Black with #715E75

Text Example


Text Example

White with #715E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #715E75;
 }
 .AnyTagClassName
 {
   color: #715E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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