Html Css Color HEX #725676 Rum

📋 copy color: '#725676'

red 114 ◦ green 86 ◦ blue 118

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

Shades of Rum #725676

Tints of Rum #725676

RGB

 RED value IS 114 (44.92% from 255) = 35.85%

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 35.85%
G = 27.04%
B = 37.11%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#725676 (or 0x725676) is known color: Rum. HEX triplet: 72, 56 and 76. RGB value is (114,86,118). Sum of RGB (Red+Green+Blue) = 114+86+118=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #725676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725676 is #8DA989. Grayscale: #616161. Windows color (decimal): -9283978 or 7755378. OLE color: 7755378.

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

Color convert

RGB 114 86 118 -
CMYK 0.03 0.27 0 0.54
HSL 292.5º 0.16% 0.4% -
HSV(B) 292.5º 0.27% 0.46% -
XYZ 13.54 11.54 18.65 -
YUV 98.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 114 86 118 0.03 0.27 0 0.54 292.5 0.16 0.4
Hex 72 56 76 3 1B 0 36 124 10 28
Octal 162 126 166 3 33 0 66 444 20 50
Binary 1110010 1010110 1110110 11 11011 0 110110 100100100 10000 101000

Color Harmonies of #725676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725676

Black with #725676

Text Example


Text Example

White with #725676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725676; }

 p { color: rgb(114,86,118); }

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

background-color css

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

 a { background-color: rgb(114,86,118); }

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

border-color css

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

 span { border-color: rgb(114,86,118); }

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