Html Css Color HEX #77277B Eminence

📋 copy color: '#77277B'

red 119 ◦ green 39 ◦ blue 123

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

Shades of Eminence #77277B

Tints of Eminence #77277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 42.35%
G = 13.88%
B = 43.77%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77277B (or 0x77277B) is known color: Eminence. HEX triplet: 77, 27 and 7B. RGB value is (119,39,123). Sum of RGB (Red+Green+Blue) = 119+39+123=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #77277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77277B is #88D884. Grayscale: #484848. Windows color (decimal): -8968325 or 8071031. OLE color: 8071031.

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

Color convert

RGB 119 39 123 -
CMYK 0.03 0.68 0 0.52
HSL 297.14º 0.52% 0.32% -
HSV(B) 297.14º 0.68% 0.48% -
XYZ 11.91 6.8 19.42 -
YUV 72.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 119 39 123 0.03 0.68 0 0.52 297.14 0.52 0.32
Hex 77 27 7B 3 44 0 34 129 34 20
Octal 167 47 173 3 104 0 64 451 64 40
Binary 1110111 100111 1111011 11 1000100 0 110100 100101001 110100 100000

Color Harmonies of #77277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77277B

Black with #77277B

Text Example


Text Example

White with #77277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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