Html Css Color HEX #77446F Eminence

📋 copy color: '#77446F'

red 119 ◦ green 68 ◦ blue 111

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

Shades of Eminence #77446F

Tints of Eminence #77446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 39.93%
G = 22.82%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77446F (or 0x77446F) is known color: Eminence. HEX triplet: 77, 44 and 6F. RGB value is (119,68,111). Sum of RGB (Red+Green+Blue) = 119+68+111=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446F is #88BB90. Grayscale: #585858. Windows color (decimal): -8960913 or 7292023. OLE color: 7292023.

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

Color convert

RGB 119 68 111 -
CMYK 0 0.43 0.07 0.53
HSL 309.41º 0.27% 0.37% -
HSV(B) 309.41º 0.43% 0.47% -
XYZ 12.54 9.2 16.15 -
YUV 88.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 119 68 111 0 0.43 0.07 0.53 309.41 0.27 0.37
Hex 77 44 6F 0 2B 7 35 135 1B 25
Octal 167 104 157 0 53 7 65 465 33 45
Binary 1110111 1000100 1101111 0 101011 111 110101 100110101 11011 100101

Color Harmonies of #77446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77446F

Black with #77446F

Text Example


Text Example

White with #77446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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