#734A6F

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

Shades of Eminence #734A6F

Tints of Eminence #734A6F

Color information

#734A6F (or 0x734A6F) is unknown color: approx Eminence. HEX triplet: 73, 4A and 6F. RGB value is (115,74,111). Sum of RGB (Red+Green+Blue) = 115+74+111=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A6F is #8CB590. Grayscale: #5A5A5A. Windows color (decimal): -9221521 or 7293555. OLE color: 7293555.

HSL color Cylindrical-coordinate representation of color #734A6F: hue angle of 305.85º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A6F is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11574111-
CMYK00.360.030.55
HSL305.85º21.69%37.06%-
HSV(B)305.85º35.65%45.1%-
XYZ12.399.6916.26-
YUV90.48139.58145.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 111 (43.75% from 255) = 37%
R=38.33%
G=24.67%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157411100.360.030.55305.8521.6937.06
Hex734A6F0243371321625
Octal1631121570443674622645
Binary11100111001010110111101001001111011110011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A6F; }

 p { color: rgb(115,74,111); }

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

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

 a { background-color: rgb(115,74,111); }

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

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

 span { border-color: rgb(115,74,111); }

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