Html Css Color HEX #77396F Eminence

📋 copy color: '#77396F'

red 119 ◦ green 57 ◦ blue 111

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

Shades of Eminence #77396F

Tints of Eminence #77396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 41.46%
G = 19.86%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77396F (or 0x77396F) is known color: Eminence. HEX triplet: 77, 39 and 6F. RGB value is (119,57,111). Sum of RGB (Red+Green+Blue) = 119+57+111=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #77396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396F is #88C690. Grayscale: #515151. Windows color (decimal): -8963729 or 7289207. OLE color: 7289207.

HSL color Cylindrical-coordinate representation of color #77396F: hue angle of 307.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77396F is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 111 -
CMYK 0 0.52 0.07 0.53
HSL 307.74º 0.35% 0.35% -
HSV(B) 307.74º 0.52% 0.47% -
XYZ 11.94 8 15.95 -
YUV 81.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 119 57 111 0 0.52 0.07 0.53 307.74 0.35 0.35
Hex 77 39 6F 0 34 7 35 134 23 23
Octal 167 71 157 0 64 7 65 464 43 43
Binary 1110111 111001 1101111 0 110100 111 110101 100110100 100011 100011

Color Harmonies of #77396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77396F

Black with #77396F

Text Example


Text Example

White with #77396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77396F; }

 p { color: rgb(119,57,111); }

 H1.HeaderClassName
 {
   color: #77396F;
 }
 .AnyTagClassName
 {
   color: #77396F;
 }
</style>

background-color css

<style>
 a { background-color: #77396F; }

 a { background-color: rgb(119,57,111); }

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

border-color css

<style>
 span { border-color: #77396F; }

 span { border-color: rgb(119,57,111); }

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