Html Css Color HEX #76476D Eminence

📋 copy color: '#76476D'

red 118 ◦ green 71 ◦ blue 109

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

Shades of Eminence #76476D

Tints of Eminence #76476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 39.6%
G = 23.83%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76476D (or 0x76476D) is known color: Eminence. HEX triplet: 76, 47 and 6D. RGB value is (118,71,109). Sum of RGB (Red+Green+Blue) = 118+71+109=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76476D is #89B892. Grayscale: #595959. Windows color (decimal): -9025683 or 7161718. OLE color: 7161718.

HSL color Cylindrical-coordinate representation of color #76476D: hue angle of 311.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76476D is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 109 -
CMYK 0 0.40 0.08 0.54
HSL 311.49º 0.25% 0.37% -
HSV(B) 311.49º 0.4% 0.46% -
XYZ 12.48 9.46 15.64 -
YUV 89.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 118 71 109 0 0.40 0.08 0.54 311.49 0.25 0.37
Hex 76 47 6D 0 28 8 36 137 19 25
Octal 166 107 155 0 50 10 66 467 31 45
Binary 1110110 1000111 1101101 0 101000 1000 110110 100110111 11001 100101

Color Harmonies of #76476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76476D

Black with #76476D

Text Example


Text Example

White with #76476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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