Html Css Color HEX #76387C Eminence

📋 copy color: '#76387C'

red 118 ◦ green 56 ◦ blue 124

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

Shades of Eminence #76387C

Tints of Eminence #76387C

RGB

 RED value IS 118 (46.48% from 255) = 39.6%

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

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 39.6%
G = 18.79%
B = 41.61%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76387C (or 0x76387C) is known color: Eminence. HEX triplet: 76, 38 and 7C. RGB value is (118,56,124). Sum of RGB (Red+Green+Blue) = 118+56+124=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #76387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76387C is #89C783. Grayscale: #525252. Windows color (decimal): -9029508 or 8140918. OLE color: 8140918.

HSL color Cylindrical-coordinate representation of color #76387C: hue angle of 294.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76387C is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 56 124 -
CMYK 0.05 0.55 0 0.51
HSL 294.71º 0.38% 0.35% -
HSV(B) 294.71º 0.55% 0.49% -
XYZ 12.52 8.14 19.98 -
YUV 82.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 118 56 124 0.05 0.55 0 0.51 294.71 0.38 0.35
Hex 76 38 7C 5 37 0 33 127 26 23
Octal 166 70 174 5 67 0 63 447 46 43
Binary 1110110 111000 1111100 101 110111 0 110011 100100111 100110 100011

Color Harmonies of #76387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76387C

Black with #76387C

Text Example


Text Example

White with #76387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76387C; }

 p { color: rgb(118,56,124); }

 H1.HeaderClassName
 {
   color: #76387C;
 }
 .AnyTagClassName
 {
   color: #76387C;
 }
</style>

background-color css

<style>
 a { background-color: #76387C; }

 a { background-color: rgb(118,56,124); }

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

border-color css

<style>
 span { border-color: #76387C; }

 span { border-color: rgb(118,56,124); }

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