Html Css Color HEX #715A75 Rum

📋 copy color: '#715A75'

red 113 ◦ green 90 ◦ blue 117

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

Shades of Rum #715A75

Tints of Rum #715A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 35.31%
G = 28.13%
B = 36.56%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715A75 (or 0x715A75) is known color: Rum. HEX triplet: 71, 5A and 75. RGB value is (113,90,117). Sum of RGB (Red+Green+Blue) = 113+90+117=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #715A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A75 is #8EA58A. Grayscale: #636363. Windows color (decimal): -9348491 or 7690865. OLE color: 7690865.

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

Color convert

RGB 113 90 117 -
CMYK 0.03 0.23 0 0.54
HSL 291.11º 0.13% 0.41% -
HSV(B) 291.11º 0.23% 0.46% -
XYZ 13.68 12.11 18.45 -
YUV 99.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 113 90 117 0.03 0.23 0 0.54 291.11 0.13 0.41
Hex 71 5A 75 3 17 0 36 123 D 29
Octal 161 132 165 3 27 0 66 443 15 51
Binary 1110001 1011010 1110101 11 10111 0 110110 100100011 1101 101001

Color Harmonies of #715A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A75

Black with #715A75

Text Example


Text Example

White with #715A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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