#764271

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

Shades of Eminence #764271

Tints of Eminence #764271

Color information

#764271 (or 0x764271) is unknown color: approx Eminence. HEX triplet: 76, 42 and 71. RGB value is (118,66,113). Sum of RGB (Red+Green+Blue) = 118+66+113=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764271 is #89BD8E. Grayscale: #565656. Windows color (decimal): -9026959 or 7422582. OLE color: 7422582.

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

Color convert

RGB11866113-
CMYK00.440.040.54
HSL305.77º28.26%36.08%-
HSV(B)305.77º44.07%46.27%-
XYZ12.48.9416.69-
YUV86.91142.73150.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=39.73%
G=22.22%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611300.440.040.54305.7728.2636.08
Hex76427102C4361321c24
Octal1661021610544664623444
Binary111011010000101110001010110010011011010011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764271; }

 p { color: rgb(118,66,113); }

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

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

 a { background-color: rgb(118,66,113); }

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

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

 span { border-color: rgb(118,66,113); }

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