Html Css Color HEX #774872 Eminence

📋 copy color: '#774872'

red 119 ◦ green 72 ◦ blue 114

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

Shades of Eminence #774872

Tints of Eminence #774872

RGB

 RED value IS 119 (46.88% from 255) = 39.02%

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

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

R = 39.02%
G = 23.61%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#774872 (or 0x774872) is known color: Eminence. HEX triplet: 77, 48 and 72. RGB value is (119,72,114). Sum of RGB (Red+Green+Blue) = 119+72+114=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774872 is #88B78D. Grayscale: #5A5A5A. Windows color (decimal): -8959886 or 7489655. OLE color: 7489655.

HSL color Cylindrical-coordinate representation of color #774872: hue angle of 306.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774872 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 114 -
CMYK 0 0.39 0.04 0.53
HSL 306.38º 0.25% 0.37% -
HSV(B) 306.38º 0.39% 0.47% -
XYZ 12.96 9.77 17.12 -
YUV 90.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 119 72 114 0 0.39 0.04 0.53 306.38 0.25 0.37
Hex 77 48 72 0 27 4 35 132 19 25
Octal 167 110 162 0 47 4 65 462 31 45
Binary 1110111 1001000 1110010 0 100111 100 110101 100110010 11001 100101

Color Harmonies of #774872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774872

Black with #774872

Text Example


Text Example

White with #774872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774872; }

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

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

background-color css

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

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

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

border-color css

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

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

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