Html Css Color HEX #725678 Rum

📋 copy color: '#725678'

red 114 ◦ green 86 ◦ blue 120

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

Shades of Rum #725678

Tints of Rum #725678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 35.63%
G = 26.88%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725678 (or 0x725678) is known color: Rum. HEX triplet: 72, 56 and 78. RGB value is (114,86,120). Sum of RGB (Red+Green+Blue) = 114+86+120=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #725678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725678 is #8DA987. Grayscale: #626262. Windows color (decimal): -9283976 or 7886450. OLE color: 7886450.

HSL color Cylindrical-coordinate representation of color #725678: hue angle of 289.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725678 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 86 120 -
CMYK 0.05 0.28 0 0.53
HSL 289.41º 0.17% 0.4% -
HSV(B) 289.41º 0.28% 0.47% -
XYZ 13.66 11.59 19.29 -
YUV 98.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 114 86 120 0.05 0.28 0 0.53 289.41 0.17 0.4
Hex 72 56 78 5 1C 0 35 121 11 28
Octal 162 126 170 5 34 0 65 441 21 50
Binary 1110010 1010110 1111000 101 11100 0 110101 100100001 10001 101000

Color Harmonies of #725678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725678

Black with #725678

Text Example


Text Example

White with #725678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725678; }

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

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

background-color css

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

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

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

border-color css

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

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

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