Html Css Color HEX #76457A Eminence

📋 copy color: '#76457A'

red 118 ◦ green 69 ◦ blue 122

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

Shades of Eminence #76457A

Tints of Eminence #76457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 38.19%
G = 22.33%
B = 39.48%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76457A (or 0x76457A) is known color: Eminence. HEX triplet: 76, 45 and 7A. RGB value is (118,69,122). Sum of RGB (Red+Green+Blue) = 118+69+122=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #76457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76457A is #89BA85. Grayscale: #595959. Windows color (decimal): -9026182 or 8013174. OLE color: 8013174.

HSL color Cylindrical-coordinate representation of color #76457A: hue angle of 295.47º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76457A is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 69 122 -
CMYK 0.03 0.43 0 0.52
HSL 295.47º 0.28% 0.37% -
HSV(B) 295.47º 0.43% 0.48% -
XYZ 13.11 9.51 19.56 -
YUV 89.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 118 69 122 0.03 0.43 0 0.52 295.47 0.28 0.37
Hex 76 45 7A 3 2B 0 34 127 1C 25
Octal 166 105 172 3 53 0 64 447 34 45
Binary 1110110 1000101 1111010 11 101011 0 110100 100100111 11100 100101

Color Harmonies of #76457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76457A

Black with #76457A

Text Example


Text Example

White with #76457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76457A; }

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

 H1.HeaderClassName
 {
   color: #76457A;
 }
 .AnyTagClassName
 {
   color: #76457A;
 }
</style>

background-color css

<style>
 a { background-color: #76457A; }

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

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

border-color css

<style>
 span { border-color: #76457A; }

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

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