Html Css Color HEX #774572 Eminence

📋 copy color: '#774572'

red 119 ◦ green 69 ◦ blue 114

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

Shades of Eminence #774572

Tints of Eminence #774572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 39.4%
G = 22.85%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#774572 (or 0x774572) is known color: Eminence. HEX triplet: 77, 45 and 72. RGB value is (119,69,114). Sum of RGB (Red+Green+Blue) = 119+69+114=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #774572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774572 is #88BA8D. Grayscale: #585858. Windows color (decimal): -8960654 or 7488887. OLE color: 7488887.

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

Color convert

RGB 119 69 114 -
CMYK 0 0.42 0.04 0.53
HSL 306º 0.27% 0.37% -
HSV(B) 306º 0.42% 0.47% -
XYZ 12.77 9.39 17.06 -
YUV 89.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 119 69 114 0 0.42 0.04 0.53 306 0.27 0.37
Hex 77 45 72 0 2A 4 35 132 1B 25
Octal 167 105 162 0 52 4 65 462 33 45
Binary 1110111 1000101 1110010 0 101010 100 110101 100110010 11011 100101

Color Harmonies of #774572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774572

Black with #774572

Text Example


Text Example

White with #774572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774572; }

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

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

background-color css

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

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

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

border-color css

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

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

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