Html Css Color HEX #764771 Eminence

📋 copy color: '#764771'

red 118 ◦ green 71 ◦ blue 113

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

Shades of Eminence #764771

Tints of Eminence #764771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 39.07%
G = 23.51%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#764771 (or 0x764771) is known color: Eminence. HEX triplet: 76, 47 and 71. RGB value is (118,71,113). Sum of RGB (Red+Green+Blue) = 118+71+113=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764771 is #89B88E. Grayscale: #595959. Windows color (decimal): -9025679 or 7423862. OLE color: 7423862.

HSL color Cylindrical-coordinate representation of color #764771: hue angle of 306.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764771 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 113 -
CMYK 0 0.40 0.04 0.54
HSL 306.38º 0.25% 0.37% -
HSV(B) 306.38º 0.4% 0.46% -
XYZ 12.71 9.55 16.8 -
YUV 89.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 118 71 113 0 0.40 0.04 0.54 306.38 0.25 0.37
Hex 76 47 71 0 28 4 36 132 19 25
Octal 166 107 161 0 50 4 66 462 31 45
Binary 1110110 1000111 1110001 0 101000 100 110110 100110010 11001 100101

Color Harmonies of #764771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764771

Black with #764771

Text Example


Text Example

White with #764771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764771; }

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

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

background-color css

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

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

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

border-color css

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

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

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