Html Css Color HEX #76456E Eminence

📋 copy color: '#76456E'

red 118 ◦ green 69 ◦ blue 110

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

Shades of Eminence #76456E

Tints of Eminence #76456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 39.73%
G = 23.23%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76456E (or 0x76456E) is known color: Eminence. HEX triplet: 76, 45 and 6E. RGB value is (118,69,110). Sum of RGB (Red+Green+Blue) = 118+69+110=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456E is #89BA91. Grayscale: #585858. Windows color (decimal): -9026194 or 7226742. OLE color: 7226742.

HSL color Cylindrical-coordinate representation of color #76456E: hue angle of 309.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76456E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 110 -
CMYK 0 0.42 0.07 0.54
HSL 309.8º 0.26% 0.37% -
HSV(B) 309.8º 0.42% 0.46% -
XYZ 12.41 9.23 15.88 -
YUV 88.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 118 69 110 0 0.42 0.07 0.54 309.8 0.26 0.37
Hex 76 45 6E 0 2A 7 36 136 1A 25
Octal 166 105 156 0 52 7 66 466 32 45
Binary 1110110 1000101 1101110 0 101010 111 110110 100110110 11010 100101

Color Harmonies of #76456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76456E

Black with #76456E

Text Example


Text Example

White with #76456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,69,110); }

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

background-color css

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

 a { background-color: rgb(118,69,110); }

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

border-color css

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

 span { border-color: rgb(118,69,110); }

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