Html Css Color HEX #725875 Rum

📋 copy color: '#725875'

red 114 ◦ green 88 ◦ blue 117

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

Shades of Rum #725875

Tints of Rum #725875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 35.74%
G = 27.59%
B = 36.68%

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

#725875 (or 0x725875) is known color: Rum. HEX triplet: 72, 58 and 75. RGB value is (114,88,117). Sum of RGB (Red+Green+Blue) = 114+88+117=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #725875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725875 is #8DA78A. Grayscale: #626262. Windows color (decimal): -9283467 or 7690354. OLE color: 7690354.

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

Color convert

RGB 114 88 117 -
CMYK 0.03 0.25 0 0.54
HSL 293.79º 0.14% 0.4% -
HSV(B) 293.79º 0.25% 0.46% -
XYZ 13.64 11.84 18.4 -
YUV 99.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 114 88 117 0.03 0.25 0 0.54 293.79 0.14 0.4
Hex 72 58 75 3 19 0 36 126 E 28
Octal 162 130 165 3 31 0 66 446 16 50
Binary 1110010 1011000 1110101 11 11001 0 110110 100100110 1110 101000

Color Harmonies of #725875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725875

Black with #725875

Text Example


Text Example

White with #725875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725875; }

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

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

background-color css

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

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

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

border-color css

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

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

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