Html Css Color HEX #77366F Eminence

📋 copy color: '#77366F'

red 119 ◦ green 54 ◦ blue 111

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

Shades of Eminence #77366F

Tints of Eminence #77366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

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

R = 41.9%
G = 19.01%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77366F (or 0x77366F) is known color: Eminence. HEX triplet: 77, 36 and 6F. RGB value is (119,54,111). Sum of RGB (Red+Green+Blue) = 119+54+111=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77366F is #88C990. Grayscale: #4F4F4F. Windows color (decimal): -8964497 or 7288439. OLE color: 7288439.

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

Color convert

RGB 119 54 111 -
CMYK 0 0.55 0.07 0.53
HSL 307.38º 0.38% 0.34% -
HSV(B) 307.38º 0.55% 0.47% -
XYZ 11.8 7.71 15.9 -
YUV 79.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 119 54 111 0 0.55 0.07 0.53 307.38 0.38 0.34
Hex 77 36 6F 0 37 7 35 133 26 22
Octal 167 66 157 0 67 7 65 463 46 42
Binary 1110111 110110 1101111 0 110111 111 110101 100110011 100110 100010

Color Harmonies of #77366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77366F

Black with #77366F

Text Example


Text Example

White with #77366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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