Html Css Color HEX #764777 Eminence

📋 copy color: '#764777'

red 118 ◦ green 71 ◦ blue 119

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

Shades of Eminence #764777

Tints of Eminence #764777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 38.31%
G = 23.05%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764777 (or 0x764777) is known color: Eminence. HEX triplet: 76, 47 and 77. RGB value is (118,71,119). Sum of RGB (Red+Green+Blue) = 118+71+119=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #764777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764777 is #89B888. Grayscale: #5A5A5A. Windows color (decimal): -9025673 or 7817078. OLE color: 7817078.

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

Color convert

RGB 118 71 119 -
CMYK 0.01 0.40 0 0.53
HSL 298.75º 0.25% 0.37% -
HSV(B) 298.75º 0.4% 0.47% -
XYZ 13.05 9.69 18.64 -
YUV 90.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 118 71 119 0.01 0.40 0 0.53 298.75 0.25 0.37
Hex 76 47 77 1 28 0 35 12B 19 25
Octal 166 107 167 1 50 0 65 453 31 45
Binary 1110110 1000111 1110111 1 101000 0 110101 100101011 11001 100101

Color Harmonies of #764777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764777

Black with #764777

Text Example


Text Example

White with #764777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764777; }

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

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

background-color css

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

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

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

border-color css

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

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

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