Html Css Color HEX #764677 Eminence

📋 copy color: '#764677'

red 118 ◦ green 70 ◦ blue 119

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

Shades of Eminence #764677

Tints of Eminence #764677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 38.44%
G = 22.8%
B = 38.76%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764677 (or 0x764677) is known color: Eminence. HEX triplet: 76, 46 and 77. RGB value is (118,70,119). Sum of RGB (Red+Green+Blue) = 118+70+119=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #764677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764677 is #89B988. Grayscale: #595959. Windows color (decimal): -9025929 or 7816822. OLE color: 7816822.

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

Color convert

RGB 118 70 119 -
CMYK 0.01 0.41 0 0.53
HSL 298.78º 0.26% 0.37% -
HSV(B) 298.78º 0.41% 0.47% -
XYZ 12.99 9.56 18.61 -
YUV 89.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 118 70 119 0.01 0.41 0 0.53 298.78 0.26 0.37
Hex 76 46 77 1 29 0 35 12B 1A 25
Octal 166 106 167 1 51 0 65 453 32 45
Binary 1110110 1000110 1110111 1 101001 0 110101 100101011 11010 100101

Color Harmonies of #764677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764677

Black with #764677

Text Example


Text Example

White with #764677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764677; }

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

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

background-color css

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

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

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

border-color css

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

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

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