Html Css Color HEX #764079 Eminence

📋 copy color: '#764079'

red 118 ◦ green 64 ◦ blue 121

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

Shades of Eminence #764079

Tints of Eminence #764079

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 38.94%
G = 21.12%
B = 39.93%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764079 (or 0x764079) is known color: Eminence. HEX triplet: 76, 40 and 79. RGB value is (118,64,121). Sum of RGB (Red+Green+Blue) = 118+64+121=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #764079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764079 is #89BF86. Grayscale: #565656. Windows color (decimal): -9027463 or 7946358. OLE color: 7946358.

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

Color convert

RGB 118 64 121 -
CMYK 0.02 0.47 0 0.53
HSL 296.84º 0.31% 0.36% -
HSV(B) 296.84º 0.47% 0.47% -
XYZ 12.76 8.9 19.13 -
YUV 86.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 118 64 121 0.02 0.47 0 0.53 296.84 0.31 0.36
Hex 76 40 79 2 2F 0 35 129 1F 24
Octal 166 100 171 2 57 0 65 451 37 44
Binary 1110110 1000000 1111001 10 101111 0 110101 100101001 11111 100100

Color Harmonies of #764079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764079

Black with #764079

Text Example


Text Example

White with #764079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764079; }

 p { color: rgb(118,64,121); }

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

background-color css

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

 a { background-color: rgb(118,64,121); }

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

border-color css

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

 span { border-color: rgb(118,64,121); }

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