Html Css Color HEX #772E7A Eminence

📋 copy color: '#772E7A'

red 119 ◦ green 46 ◦ blue 122

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

Shades of Eminence #772E7A

Tints of Eminence #772E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

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

R = 41.46%
G = 16.03%
B = 42.51%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#772E7A (or 0x772E7A) is known color: Eminence. HEX triplet: 77, 2E and 7A. RGB value is (119,46,122). Sum of RGB (Red+Green+Blue) = 119+46+122=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #772E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E7A is #88D185. Grayscale: #4C4C4C. Windows color (decimal): -8966534 or 8007287. OLE color: 8007287.

HSL color Cylindrical-coordinate representation of color #772E7A: hue angle of 297.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772E7A is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 46 122 -
CMYK 0.02 0.62 0 0.52
HSL 297.63º 0.45% 0.33% -
HSV(B) 297.63º 0.62% 0.48% -
XYZ 12.1 7.28 19.18 -
YUV 76.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 119 46 122 0.02 0.62 0 0.52 297.63 0.45 0.33
Hex 77 2E 7A 2 3E 0 34 12A 2D 21
Octal 167 56 172 2 76 0 64 452 55 41
Binary 1110111 101110 1111010 10 111110 0 110100 100101010 101101 100001

Color Harmonies of #772E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E7A

Black with #772E7A

Text Example


Text Example

White with #772E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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