Html Css Color HEX #725F76 Rum

📋 copy color: '#725F76'

red 114 ◦ green 95 ◦ blue 118

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

Shades of Rum #725F76

Tints of Rum #725F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 34.86%
G = 29.05%
B = 36.09%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#725F76 (or 0x725F76) is known color: Rum. HEX triplet: 72, 5F and 76. RGB value is (114,95,118). Sum of RGB (Red+Green+Blue) = 114+95+118=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #725F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F76 is #8DA089. Grayscale: #676767. Windows color (decimal): -9281674 or 7757682. OLE color: 7757682.

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

Color convert

RGB 114 95 118 -
CMYK 0.03 0.19 0 0.54
HSL 289.57º 0.11% 0.42% -
HSV(B) 289.57º 0.19% 0.46% -
XYZ 14.3 13.07 18.91 -
YUV 103.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 114 95 118 0.03 0.19 0 0.54 289.57 0.11 0.42
Hex 72 5F 76 3 13 0 36 122 B 2A
Octal 162 137 166 3 23 0 66 442 13 52
Binary 1110010 1011111 1110110 11 10011 0 110110 100100010 1011 101010

Color Harmonies of #725F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F76

Black with #725F76

Text Example


Text Example

White with #725F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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