Html Css Color HEX #764A75 Eminence

📋 copy color: '#764A75'

red 118 ◦ green 74 ◦ blue 117

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

Shades of Eminence #764A75

Tints of Eminence #764A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 38.19%
G = 23.95%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764A75 (or 0x764A75) is known color: Eminence. HEX triplet: 76, 4A and 75. RGB value is (118,74,117). Sum of RGB (Red+Green+Blue) = 118+74+117=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #764A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A75 is #89B58A. Grayscale: #5B5B5B. Windows color (decimal): -9024907 or 7686774. OLE color: 7686774.

HSL color Cylindrical-coordinate representation of color #764A75: hue angle of 301.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A75 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 117 -
CMYK 0 0.37 0.01 0.54
HSL 301.36º 0.23% 0.38% -
HSV(B) 301.36º 0.37% 0.46% -
XYZ 13.13 10.03 18.07 -
YUV 92.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 118 74 117 0 0.37 0.01 0.54 301.36 0.23 0.38
Hex 76 4A 75 0 25 1 36 12D 17 26
Octal 166 112 165 0 45 1 66 455 27 46
Binary 1110110 1001010 1110101 0 100101 1 110110 100101101 10111 100110

Color Harmonies of #764A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A75

Black with #764A75

Text Example


Text Example

White with #764A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764A75; }

 p { color: rgb(118,74,117); }

 H1.HeaderClassName
 {
   color: #764A75;
 }
 .AnyTagClassName
 {
   color: #764A75;
 }
</style>

background-color css

<style>
 a { background-color: #764A75; }

 a { background-color: rgb(118,74,117); }

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

border-color css

<style>
 span { border-color: #764A75; }

 span { border-color: rgb(118,74,117); }

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