Html Css Color HEX #725876 Rum

📋 copy color: '#725876'

red 114 ◦ green 88 ◦ blue 118

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

Shades of Rum #725876

Tints of Rum #725876

RGB

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

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

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

R = 35.63%
G = 27.5%
B = 36.88%

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

#725876 (or 0x725876) is known color: Rum. HEX triplet: 72, 58 and 76. RGB value is (114,88,118). Sum of RGB (Red+Green+Blue) = 114+88+118=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #725876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725876 is #8DA789. Grayscale: #636363. Windows color (decimal): -9283466 or 7755890. OLE color: 7755890.

HSL color Cylindrical-coordinate representation of color #725876: hue angle of 292º degrees, saturation: 0.15, 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 #725876 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 88 118 -
CMYK 0.03 0.25 0 0.54
HSL 292º 0.15% 0.4% -
HSV(B) 292º 0.25% 0.46% -
XYZ 13.7 11.86 18.71 -
YUV 99.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 114 88 118 0.03 0.25 0 0.54 292 0.15 0.4
Hex 72 58 76 3 19 0 36 124 F 28
Octal 162 130 166 3 31 0 66 444 17 50
Binary 1110010 1011000 1110110 11 11001 0 110110 100100100 1111 101000

Color Harmonies of #725876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725876

Black with #725876

Text Example


Text Example

White with #725876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725876; }

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

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

background-color css

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

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

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

border-color css

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

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

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