Html Css Color HEX #77497B Eminence

📋 copy color: '#77497B'

red 119 ◦ green 73 ◦ blue 123

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

Shades of Eminence #77497B

Tints of Eminence #77497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 37.78%
G = 23.17%
B = 39.05%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77497B (or 0x77497B) is known color: Eminence. HEX triplet: 77, 49 and 7B. RGB value is (119,73,123). Sum of RGB (Red+Green+Blue) = 119+73+123=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #77497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77497B is #88B684. Grayscale: #5C5C5C. Windows color (decimal): -8959621 or 8079735. OLE color: 8079735.

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

Color convert

RGB 119 73 123 -
CMYK 0.03 0.41 0 0.52
HSL 295.2º 0.26% 0.38% -
HSV(B) 295.2º 0.41% 0.48% -
XYZ 13.57 10.12 19.98 -
YUV 92.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 119 73 123 0.03 0.41 0 0.52 295.2 0.26 0.38
Hex 77 49 7B 3 29 0 34 127 1A 26
Octal 167 111 173 3 51 0 64 447 32 46
Binary 1110111 1001001 1111011 11 101001 0 110100 100100111 11010 100110

Color Harmonies of #77497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77497B

Black with #77497B

Text Example


Text Example

White with #77497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77497B; }

 p { color: rgb(119,73,123); }

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

background-color css

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

 a { background-color: rgb(119,73,123); }

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

border-color css

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

 span { border-color: rgb(119,73,123); }

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