Html Css Color HEX #725C75 Rum

📋 copy color: '#725C75'

red 114 ◦ green 92 ◦ blue 117

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

Shades of Rum #725C75

Tints of Rum #725C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.48%

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

R = 35.29%
G = 28.48%
B = 36.22%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#725C75 (or 0x725C75) is known color: Rum. HEX triplet: 72, 5C and 75. RGB value is (114,92,117). Sum of RGB (Red+Green+Blue) = 114+92+117=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #725C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C75 is #8DA38A. Grayscale: #656565. Windows color (decimal): -9282443 or 7691378. OLE color: 7691378.

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

Color convert

RGB 114 92 117 -
CMYK 0.03 0.21 0 0.54
HSL 292.8º 0.12% 0.41% -
HSV(B) 292.8º 0.21% 0.46% -
XYZ 13.98 12.52 18.51 -
YUV 101.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 114 92 117 0.03 0.21 0 0.54 292.8 0.12 0.41
Hex 72 5C 75 3 15 0 36 125 C 29
Octal 162 134 165 3 25 0 66 445 14 51
Binary 1110010 1011100 1110101 11 10101 0 110110 100100101 1100 101001

Color Harmonies of #725C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C75

Black with #725C75

Text Example


Text Example

White with #725C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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