Html Css Color HEX #77387F Eminence

📋 copy color: '#77387F'

red 119 ◦ green 56 ◦ blue 127

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

Shades of Eminence #77387F

Tints of Eminence #77387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 39.4%
G = 18.54%
B = 42.05%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77387F (or 0x77387F) is known color: Eminence. HEX triplet: 77, 38 and 7F. RGB value is (119,56,127). Sum of RGB (Red+Green+Blue) = 119+56+127=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #77387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77387F is #88C780. Grayscale: #525252. Windows color (decimal): -8963969 or 8337527. OLE color: 8337527.

HSL color Cylindrical-coordinate representation of color #77387F: hue angle of 293.24º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77387F is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 56 127 -
CMYK 0.06 0.56 0 0.50
HSL 293.24º 0.39% 0.36% -
HSV(B) 293.24º 0.56% 0.5% -
XYZ 12.85 8.28 21 -
YUV 82.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 119 56 127 0.06 0.56 0 0.50 293.24 0.39 0.36
Hex 77 38 7F 6 38 0 32 125 27 24
Octal 167 70 177 6 70 0 62 445 47 44
Binary 1110111 111000 1111111 110 111000 0 110010 100100101 100111 100100

Color Harmonies of #77387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77387F

Black with #77387F

Text Example


Text Example

White with #77387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,56,127); }

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

background-color css

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

 a { background-color: rgb(119,56,127); }

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

border-color css

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

 span { border-color: rgb(119,56,127); }

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