Html Css Color HEX #725879 Rum

📋 copy color: '#725879'

red 114 ◦ green 88 ◦ blue 121

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

Shades of Rum #725879

Tints of Rum #725879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 35.29%
G = 27.24%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725879 (or 0x725879) is known color: Rum. HEX triplet: 72, 58 and 79. RGB value is (114,88,121). Sum of RGB (Red+Green+Blue) = 114+88+121=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #725879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725879 is #8DA786. Grayscale: #636363. Windows color (decimal): -9283463 or 7952498. OLE color: 7952498.

HSL color Cylindrical-coordinate representation of color #725879: hue angle of 287.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725879 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 88 121 -
CMYK 0.06 0.27 0 0.53
HSL 287.27º 0.16% 0.41% -
HSV(B) 287.27º 0.27% 0.47% -
XYZ 13.88 11.94 19.66 -
YUV 99.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 114 88 121 0.06 0.27 0 0.53 287.27 0.16 0.41
Hex 72 58 79 6 1B 0 35 11F 10 29
Octal 162 130 171 6 33 0 65 437 20 51
Binary 1110010 1011000 1111001 110 11011 0 110101 100011111 10000 101001

Color Harmonies of #725879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725879

Black with #725879

Text Example


Text Example

White with #725879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725879; }

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

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

background-color css

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

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

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

border-color css

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

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

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