Html Css Color HEX #724C75 Eminence

📋 copy color: '#724C75'

red 114 ◦ green 76 ◦ blue 117

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

Shades of Eminence #724C75

Tints of Eminence #724C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 37.13%
G = 24.76%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724C75 (or 0x724C75) is known color: Eminence. HEX triplet: 72, 4C and 75. RGB value is (114,76,117). Sum of RGB (Red+Green+Blue) = 114+76+117=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #724C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C75 is #8DB38A. Grayscale: #5B5B5B. Windows color (decimal): -9286539 or 7687282. OLE color: 7687282.

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

Color convert

RGB 114 76 117 -
CMYK 0.03 0.35 0 0.54
HSL 295.61º 0.21% 0.38% -
HSV(B) 295.61º 0.35% 0.46% -
XYZ 12.73 10.03 18.09 -
YUV 92.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 114 76 117 0.03 0.35 0 0.54 295.61 0.21 0.38
Hex 72 4C 75 3 23 0 36 128 15 26
Octal 162 114 165 3 43 0 66 450 25 46
Binary 1110010 1001100 1110101 11 100011 0 110110 100101000 10101 100110

Color Harmonies of #724C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C75

Black with #724C75

Text Example


Text Example

White with #724C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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