Html Css Color HEX #77416C Eminence

📋 copy color: '#77416C'

red 119 ◦ green 65 ◦ blue 108

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

Shades of Eminence #77416C

Tints of Eminence #77416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 40.75%
G = 22.26%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77416C (or 0x77416C) is known color: Eminence. HEX triplet: 77, 41 and 6C. RGB value is (119,65,108). Sum of RGB (Red+Green+Blue) = 119+65+108=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77416C is #88BE93. Grayscale: #555555. Windows color (decimal): -8961684 or 7094647. OLE color: 7094647.

HSL color Cylindrical-coordinate representation of color #77416C: hue angle of 312.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77416C is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 108 -
CMYK 0 0.45 0.09 0.53
HSL 312.22º 0.29% 0.36% -
HSV(B) 312.22º 0.45% 0.47% -
XYZ 12.2 8.79 15.24 -
YUV 86.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 119 65 108 0 0.45 0.09 0.53 312.22 0.29 0.36
Hex 77 41 6C 0 2D 9 35 138 1D 24
Octal 167 101 154 0 55 11 65 470 35 44
Binary 1110111 1000001 1101100 0 101101 1001 110101 100111000 11101 100100

Color Harmonies of #77416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77416C

Black with #77416C

Text Example


Text Example

White with #77416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77416C; }

 p { color: rgb(119,65,108); }

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

background-color css

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

 a { background-color: rgb(119,65,108); }

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

border-color css

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

 span { border-color: rgb(119,65,108); }

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