Html Css Color HEX #725E76 Rum

📋 copy color: '#725E76'

red 114 ◦ green 94 ◦ blue 118

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

Shades of Rum #725E76

Tints of Rum #725E76

RGB

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

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

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

R = 34.97%
G = 28.83%
B = 36.2%

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

#725E76 (or 0x725E76) is known color: Rum. HEX triplet: 72, 5E and 76. RGB value is (114,94,118). Sum of RGB (Red+Green+Blue) = 114+94+118=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #725E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E76 is #8DA189. Grayscale: #666666. Windows color (decimal): -9281930 or 7757426. OLE color: 7757426.

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

Color convert

RGB 114 94 118 -
CMYK 0.03 0.20 0 0.54
HSL 290º 0.11% 0.42% -
HSV(B) 290º 0.2% 0.46% -
XYZ 14.21 12.89 18.88 -
YUV 102.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 114 94 118 0.03 0.20 0 0.54 290 0.11 0.42
Hex 72 5E 76 3 14 0 36 122 B 2A
Octal 162 136 166 3 24 0 66 442 13 52
Binary 1110010 1011110 1110110 11 10100 0 110110 100100010 1011 101010

Color Harmonies of #725E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E76

Black with #725E76

Text Example


Text Example

White with #725E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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