Html Css Color HEX #76376D Eminence

📋 copy color: '#76376D'

red 118 ◦ green 55 ◦ blue 109

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

Shades of Eminence #76376D

Tints of Eminence #76376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 41.84%
G = 19.5%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76376D (or 0x76376D) is known color: Eminence. HEX triplet: 76, 37 and 6D. RGB value is (118,55,109). Sum of RGB (Red+Green+Blue) = 118+55+109=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376D is #89C892. Grayscale: #4F4F4F. Windows color (decimal): -9029779 or 7157622. OLE color: 7157622.

HSL color Cylindrical-coordinate representation of color #76376D: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76376D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 109 -
CMYK 0 0.53 0.08 0.54
HSL 308.57º 0.36% 0.34% -
HSV(B) 308.57º 0.53% 0.46% -
XYZ 11.6 7.69 15.34 -
YUV 79.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 118 55 109 0 0.53 0.08 0.54 308.57 0.36 0.34
Hex 76 37 6D 0 35 8 36 135 24 22
Octal 166 67 155 0 65 10 66 465 44 42
Binary 1110110 110111 1101101 0 110101 1000 110110 100110101 100100 100010

Color Harmonies of #76376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76376D

Black with #76376D

Text Example


Text Example

White with #76376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,55,109); }

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

background-color css

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

 a { background-color: rgb(118,55,109); }

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

border-color css

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

 span { border-color: rgb(118,55,109); }

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