Html Css Color HEX #724D75 Eminence

📋 copy color: '#724D75'

red 114 ◦ green 77 ◦ blue 117

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

Shades of Eminence #724D75

Tints of Eminence #724D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 37.01%
G = 25%
B = 37.99%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724D75 (or 0x724D75) is known color: Eminence. HEX triplet: 72, 4D and 75. RGB value is (114,77,117). Sum of RGB (Red+Green+Blue) = 114+77+117=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #724D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D75 is #8DB28A. Grayscale: #5C5C5C. Windows color (decimal): -9286283 or 7687538. OLE color: 7687538.

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

Color convert

RGB 114 77 117 -
CMYK 0.03 0.34 0 0.54
HSL 295.5º 0.21% 0.38% -
HSV(B) 295.5º 0.34% 0.46% -
XYZ 12.8 10.17 18.12 -
YUV 92.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 114 77 117 0.03 0.34 0 0.54 295.5 0.21 0.38
Hex 72 4D 75 3 22 0 36 128 15 26
Octal 162 115 165 3 42 0 66 450 25 46
Binary 1110010 1001101 1110101 11 100010 0 110110 100101000 10101 100110

Color Harmonies of #724D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D75

Black with #724D75

Text Example


Text Example

White with #724D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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