Html Css Color HEX #76387E Eminence

📋 copy color: '#76387E'

red 118 ◦ green 56 ◦ blue 126

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

Shades of Eminence #76387E

Tints of Eminence #76387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 39.33%
G = 18.67%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76387E (or 0x76387E) is known color: Eminence. HEX triplet: 76, 38 and 7E. RGB value is (118,56,126). Sum of RGB (Red+Green+Blue) = 118+56+126=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #76387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76387E is #89C781. Grayscale: #525252. Windows color (decimal): -9029506 or 8271990. OLE color: 8271990.

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

Color convert

RGB 118 56 126 -
CMYK 0.06 0.56 0 0.51
HSL 293.14º 0.38% 0.36% -
HSV(B) 293.14º 0.56% 0.49% -
XYZ 12.65 8.19 20.65 -
YUV 82.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 118 56 126 0.06 0.56 0 0.51 293.14 0.38 0.36
Hex 76 38 7E 6 38 0 33 125 26 24
Octal 166 70 176 6 70 0 63 445 46 44
Binary 1110110 111000 1111110 110 111000 0 110011 100100101 100110 100100

Color Harmonies of #76387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76387E

Black with #76387E

Text Example


Text Example

White with #76387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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