Html Css Color HEX #77477A Eminence

📋 copy color: '#77477A'

red 119 ◦ green 71 ◦ blue 122

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

Shades of Eminence #77477A

Tints of Eminence #77477A

RGB

 RED value IS 119 (46.88% from 255) = 38.14%

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 38.14%
G = 22.76%
B = 39.1%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77477A (or 0x77477A) is known color: Eminence. HEX triplet: 77, 47 and 7A. RGB value is (119,71,122). Sum of RGB (Red+Green+Blue) = 119+71+122=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #77477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77477A is #88B885. Grayscale: #5B5B5B. Windows color (decimal): -8960134 or 8013687. OLE color: 8013687.

HSL color Cylindrical-coordinate representation of color #77477A: hue angle of 296.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77477A is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 71 122 -
CMYK 0.02 0.42 0 0.52
HSL 296.47º 0.26% 0.38% -
HSV(B) 296.47º 0.42% 0.48% -
XYZ 13.37 9.83 19.61 -
YUV 91.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 119 71 122 0.02 0.42 0 0.52 296.47 0.26 0.38
Hex 77 47 7A 2 2A 0 34 128 1A 26
Octal 167 107 172 2 52 0 64 450 32 46
Binary 1110111 1000111 1111010 10 101010 0 110100 100101000 11010 100110

Color Harmonies of #77477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77477A

Black with #77477A

Text Example


Text Example

White with #77477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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