Html Css Color HEX #77406B Eminence

📋 copy color: '#77406B'

red 119 ◦ green 64 ◦ blue 107

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

Shades of Eminence #77406B

Tints of Eminence #77406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 41.03%
G = 22.07%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77406B (or 0x77406B) is known color: Eminence. HEX triplet: 77, 40 and 6B. RGB value is (119,64,107). Sum of RGB (Red+Green+Blue) = 119+64+107=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #77406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77406B is #88BF94. Grayscale: #555555. Windows color (decimal): -8961941 or 7028855. OLE color: 7028855.

HSL color Cylindrical-coordinate representation of color #77406B: hue angle of 313.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77406B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 107 -
CMYK 0 0.46 0.10 0.53
HSL 313.09º 0.3% 0.36% -
HSV(B) 313.09º 0.46% 0.47% -
XYZ 12.09 8.65 14.94 -
YUV 85.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 119 64 107 0 0.46 0.10 0.53 313.09 0.3 0.36
Hex 77 40 6B 0 2E A 35 139 1E 24
Octal 167 100 153 0 56 12 65 471 36 44
Binary 1110111 1000000 1101011 0 101110 1010 110101 100111001 11110 100100

Color Harmonies of #77406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77406B

Black with #77406B

Text Example


Text Example

White with #77406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,64,107); }

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

background-color css

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

 a { background-color: rgb(119,64,107); }

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

border-color css

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

 span { border-color: rgb(119,64,107); }

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