Html Css Color HEX #77356F Eminence

📋 copy color: '#77356F'

red 119 ◦ green 53 ◦ blue 111

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

Shades of Eminence #77356F

Tints of Eminence #77356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 42.05%
G = 18.73%
B = 39.22%

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

#77356F (or 0x77356F) is known color: Eminence. HEX triplet: 77, 35 and 6F. RGB value is (119,53,111). Sum of RGB (Red+Green+Blue) = 119+53+111=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77356F is #88CA90. Grayscale: #4F4F4F. Windows color (decimal): -8964753 or 7288183. OLE color: 7288183.

HSL color Cylindrical-coordinate representation of color #77356F: hue angle of 307.27º 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 #77356F is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 111 -
CMYK 0 0.55 0.07 0.53
HSL 307.27º 0.38% 0.34% -
HSV(B) 307.27º 0.55% 0.47% -
XYZ 11.75 7.62 15.89 -
YUV 79.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 119 53 111 0 0.55 0.07 0.53 307.27 0.38 0.34
Hex 77 35 6F 0 37 7 35 133 26 22
Octal 167 65 157 0 67 7 65 463 46 42
Binary 1110111 110101 1101111 0 110111 111 110101 100110011 100110 100010

Color Harmonies of #77356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77356F

Black with #77356F

Text Example


Text Example

White with #77356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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