Html Css Color HEX #724269 Eminence

📋 copy color: '#724269'

red 114 ◦ green 66 ◦ blue 105

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

Shades of Eminence #724269

Tints of Eminence #724269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 40%
G = 23.16%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#724269 (or 0x724269) is known color: Eminence. HEX triplet: 72, 42 and 69. RGB value is (114,66,105). Sum of RGB (Red+Green+Blue) = 114+66+105=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724269 is #8DBD96. Grayscale: #545454. Windows color (decimal): -9289111 or 6898290. OLE color: 6898290.

HSL color Cylindrical-coordinate representation of color #724269: hue angle of 311.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724269 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 105 -
CMYK 0 0.42 0.08 0.55
HSL 311.25º 0.27% 0.35% -
HSV(B) 311.25º 0.42% 0.45% -
XYZ 11.44 8.49 14.4 -
YUV 84.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 114 66 105 0 0.42 0.08 0.55 311.25 0.27 0.35
Hex 72 42 69 0 2A 8 37 137 1B 23
Octal 162 102 151 0 52 10 67 467 33 43
Binary 1110010 1000010 1101001 0 101010 1000 110111 100110111 11011 100011

Color Harmonies of #724269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724269

Black with #724269

Text Example


Text Example

White with #724269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724269; }

 p { color: rgb(114,66,105); }

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

background-color css

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

 a { background-color: rgb(114,66,105); }

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

border-color css

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

 span { border-color: rgb(114,66,105); }

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