Html Css Color HEX #76386D Eminence

📋 copy color: '#76386D'

red 118 ◦ green 56 ◦ blue 109

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

Shades of Eminence #76386D

Tints of Eminence #76386D

RGB

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

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

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

R = 41.7%
G = 19.79%
B = 38.52%

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

#76386D (or 0x76386D) is known color: Eminence. HEX triplet: 76, 38 and 6D. RGB value is (118,56,109). Sum of RGB (Red+Green+Blue) = 118+56+109=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76386D is #89C792. Grayscale: #505050. Windows color (decimal): -9029523 or 7157878. OLE color: 7157878.

HSL color Cylindrical-coordinate representation of color #76386D: hue angle of 308.71º 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 #76386D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 109 -
CMYK 0 0.53 0.08 0.54
HSL 308.71º 0.36% 0.34% -
HSV(B) 308.71º 0.53% 0.46% -
XYZ 11.65 7.78 15.36 -
YUV 80.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 118 56 109 0 0.53 0.08 0.54 308.71 0.36 0.34
Hex 76 38 6D 0 35 8 36 135 24 22
Octal 166 70 155 0 65 10 66 465 44 42
Binary 1110110 111000 1101101 0 110101 1000 110110 100110101 100100 100010

Color Harmonies of #76386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76386D

Black with #76386D

Text Example


Text Example

White with #76386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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