Html Css Color HEX #77447B Eminence

📋 copy color: '#77447B'

red 119 ◦ green 68 ◦ blue 123

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

Shades of Eminence #77447B

Tints of Eminence #77447B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 38.39%
G = 21.94%
B = 39.68%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77447B (or 0x77447B) is known color: Eminence. HEX triplet: 77, 44 and 7B. RGB value is (119,68,123). Sum of RGB (Red+Green+Blue) = 119+68+123=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #77447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447B is #88BB84. Grayscale: #595959. Windows color (decimal): -8960901 or 8078455. OLE color: 8078455.

HSL color Cylindrical-coordinate representation of color #77447B: hue angle of 295.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77447B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 68 123 -
CMYK 0.03 0.45 0 0.52
HSL 295.64º 0.29% 0.37% -
HSV(B) 295.64º 0.45% 0.48% -
XYZ 13.25 9.49 19.87 -
YUV 89.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 119 68 123 0.03 0.45 0 0.52 295.64 0.29 0.37
Hex 77 44 7B 3 2D 0 34 128 1D 25
Octal 167 104 173 3 55 0 64 450 35 45
Binary 1110111 1000100 1111011 11 101101 0 110100 100101000 11101 100101

Color Harmonies of #77447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77447B

Black with #77447B

Text Example


Text Example

White with #77447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77447B; }

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

 H1.HeaderClassName
 {
   color: #77447B;
 }
 .AnyTagClassName
 {
   color: #77447B;
 }
</style>

background-color css

<style>
 a { background-color: #77447B; }

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

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

border-color css

<style>
 span { border-color: #77447B; }

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

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