#764370

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

Shades of Eminence #764370

Tints of Eminence #764370

Color information

#764370 (or 0x764370) is unknown color: approx Eminence. HEX triplet: 76, 43 and 70. RGB value is (118,67,112). Sum of RGB (Red+Green+Blue) = 118+67+112=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764370 is #89BC8F. Grayscale: #575757. Windows color (decimal): -9026704 or 7357302. OLE color: 7357302.

HSL color Cylindrical-coordinate representation of color #764370: hue angle of 307.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764370 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11867112-
CMYK00.430.050.54
HSL307.06º27.57%36.27%-
HSV(B)307.06º43.22%46.27%-
XYZ12.49.0416.42-
YUV87.38141.9149.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=39.73%
G=22.56%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186711200.430.050.54307.0627.5736.27
Hex76437002B5361331c24
Octal1661031600535664633444
Binary111011010000111110000010101110111011010011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764370; }

 p { color: rgb(118,67,112); }

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

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

 a { background-color: rgb(118,67,112); }

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

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

 span { border-color: rgb(118,67,112); }

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