Html Css Color HEX #764970 Eminence

📋 copy color: '#764970'

red 118 ◦ green 73 ◦ blue 112

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

Shades of Eminence #764970

Tints of Eminence #764970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 38.94%
G = 24.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764970 (or 0x764970) is known color: Eminence. HEX triplet: 76, 49 and 70. RGB value is (118,73,112). Sum of RGB (Red+Green+Blue) = 118+73+112=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764970 is #89B68F. Grayscale: #5A5A5A. Windows color (decimal): -9025168 or 7358838. OLE color: 7358838.

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

Color convert

RGB 118 73 112 -
CMYK 0 0.38 0.05 0.54
HSL 308º 0.24% 0.37% -
HSV(B) 308º 0.38% 0.46% -
XYZ 12.78 9.79 16.54 -
YUV 90.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 118 73 112 0 0.38 0.05 0.54 308 0.24 0.37
Hex 76 49 70 0 26 5 36 134 18 25
Octal 166 111 160 0 46 5 66 464 30 45
Binary 1110110 1001001 1110000 0 100110 101 110110 100110100 11000 100101

Color Harmonies of #764970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764970

Black with #764970

Text Example


Text Example

White with #764970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764970; }

 p { color: rgb(118,73,112); }

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

background-color css

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

 a { background-color: rgb(118,73,112); }

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

border-color css

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

 span { border-color: rgb(118,73,112); }

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