#774372

Color #774372 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #774372

Tints of Eminence #774372

Color information

#774372 (or 0x774372) is unknown color: approx Eminence. HEX triplet: 77, 43 and 72. RGB value is (119,67,114). Sum of RGB (Red+Green+Blue) = 119+67+114=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #774372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774372 is #88BC8D. Grayscale: #575757. Windows color (decimal): -8961166 or 7488375. OLE color: 7488375.

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

Color convert

RGB11967114-
CMYK00.440.040.53
HSL305.77º27.96%36.47%-
HSV(B)305.77º43.7%46.67%-
XYZ12.659.1517.02-
YUV87.91142.73150.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=39.67%
G=22.33%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196711400.440.040.53305.7727.9636.47
Hex77437202C4351321c24
Octal1671031620544654623444
Binary111011110000111110010010110010011010110011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774372; }

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

 H1.HeaderClassName
 {
   color: #774372;
 }
 .AnyTagClassName
 {
   color: #774372;
 }
</style>
background-color css

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

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

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

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

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

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