Html Css Color HEX #764879 Eminence

📋 copy color: '#764879'

red 118 ◦ green 72 ◦ blue 121

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

Shades of Eminence #764879

Tints of Eminence #764879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 37.94%
G = 23.15%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764879 (or 0x764879) is known color: Eminence. HEX triplet: 76, 48 and 79. RGB value is (118,72,121). Sum of RGB (Red+Green+Blue) = 118+72+121=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #764879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764879 is #89B786. Grayscale: #5B5B5B. Windows color (decimal): -9025415 or 7948406. OLE color: 7948406.

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

Color convert

RGB 118 72 121 -
CMYK 0.02 0.40 0 0.53
HSL 296.33º 0.25% 0.38% -
HSV(B) 296.33º 0.4% 0.47% -
XYZ 13.24 9.87 19.3 -
YUV 91.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 118 72 121 0.02 0.40 0 0.53 296.33 0.25 0.38
Hex 76 48 79 2 28 0 35 128 19 26
Octal 166 110 171 2 50 0 65 450 31 46
Binary 1110110 1001000 1111001 10 101000 0 110101 100101000 11001 100110

Color Harmonies of #764879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764879

Black with #764879

Text Example


Text Example

White with #764879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764879; }

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

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

background-color css

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

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

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

border-color css

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

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

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