Html Css Color HEX #715875 Rum

📋 copy color: '#715875'

red 113 ◦ green 88 ◦ blue 117

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

Shades of Rum #715875

Tints of Rum #715875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 35.53%
G = 27.67%
B = 36.79%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715875 (or 0x715875) is known color: Rum. HEX triplet: 71, 58 and 75. RGB value is (113,88,117). Sum of RGB (Red+Green+Blue) = 113+88+117=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #715875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715875 is #8EA78A. Grayscale: #626262. Windows color (decimal): -9349003 or 7690353. OLE color: 7690353.

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

Color convert

RGB 113 88 117 -
CMYK 0.03 0.25 0 0.54
HSL 291.72º 0.14% 0.4% -
HSV(B) 291.72º 0.25% 0.46% -
XYZ 13.51 11.77 18.39 -
YUV 98.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 113 88 117 0.03 0.25 0 0.54 291.72 0.14 0.4
Hex 71 58 75 3 19 0 36 124 E 28
Octal 161 130 165 3 31 0 66 444 16 50
Binary 1110001 1011000 1110101 11 11001 0 110110 100100100 1110 101000

Color Harmonies of #715875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715875

Black with #715875

Text Example


Text Example

White with #715875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715875; }

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

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

background-color css

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

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

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

border-color css

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

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

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