Html Css Color HEX #77407D Eminence

📋 copy color: '#77407D'

red 119 ◦ green 64 ◦ blue 125

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

Shades of Eminence #77407D

Tints of Eminence #77407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 38.64%
G = 20.78%
B = 40.58%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77407D (or 0x77407D) is known color: Eminence. HEX triplet: 77, 40 and 7D. RGB value is (119,64,125). Sum of RGB (Red+Green+Blue) = 119+64+125=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #77407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77407D is #88BF82. Grayscale: #575757. Windows color (decimal): -8961923 or 8208503. OLE color: 8208503.

HSL color Cylindrical-coordinate representation of color #77407D: hue angle of 294.1º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77407D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 64 125 -
CMYK 0.05 0.49 0 0.51
HSL 294.1º 0.32% 0.37% -
HSV(B) 294.1º 0.49% 0.49% -
XYZ 13.14 9.07 20.46 -
YUV 87.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 119 64 125 0.05 0.49 0 0.51 294.1 0.32 0.37
Hex 77 40 7D 5 31 0 33 126 20 25
Octal 167 100 175 5 61 0 63 446 40 45
Binary 1110111 1000000 1111101 101 110001 0 110011 100100110 100000 100101

Color Harmonies of #77407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77407D

Black with #77407D

Text Example


Text Example

White with #77407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77407D; }

 p { color: rgb(119,64,125); }

 H1.HeaderClassName
 {
   color: #77407D;
 }
 .AnyTagClassName
 {
   color: #77407D;
 }
</style>

background-color css

<style>
 a { background-color: #77407D; }

 a { background-color: rgb(119,64,125); }

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

border-color css

<style>
 span { border-color: #77407D; }

 span { border-color: rgb(119,64,125); }

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