Html Css Color HEX #764872 Eminence

📋 copy color: '#764872'

red 118 ◦ green 72 ◦ blue 114

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

Shades of Eminence #764872

Tints of Eminence #764872

RGB

 RED value IS 118 (46.48% from 255) = 38.82%

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 38.82%
G = 23.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764872 (or 0x764872) is known color: Eminence. HEX triplet: 76, 48 and 72. RGB value is (118,72,114). Sum of RGB (Red+Green+Blue) = 118+72+114=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764872 is #89B78D. Grayscale: #5A5A5A. Windows color (decimal): -9025422 or 7489654. OLE color: 7489654.

HSL color Cylindrical-coordinate representation of color #764872: hue angle of 305.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764872 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 114 -
CMYK 0 0.39 0.03 0.54
HSL 305.22º 0.24% 0.37% -
HSV(B) 305.22º 0.39% 0.46% -
XYZ 12.83 9.7 17.12 -
YUV 90.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 118 72 114 0 0.39 0.03 0.54 305.22 0.24 0.37
Hex 76 48 72 0 27 3 36 131 18 25
Octal 166 110 162 0 47 3 66 461 30 45
Binary 1110110 1001000 1110010 0 100111 11 110110 100110001 11000 100101

Color Harmonies of #764872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764872

Black with #764872

Text Example


Text Example

White with #764872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764872; }

 p { color: rgb(118,72,114); }

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

background-color css

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

 a { background-color: rgb(118,72,114); }

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

border-color css

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

 span { border-color: rgb(118,72,114); }

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