Html Css Color HEX #764672 Eminence

📋 copy color: '#764672'

red 118 ◦ green 70 ◦ blue 114

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

Shades of Eminence #764672

Tints of Eminence #764672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 39.07%
G = 23.18%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764672 (or 0x764672) is known color: Eminence. HEX triplet: 76, 46 and 72. RGB value is (118,70,114). Sum of RGB (Red+Green+Blue) = 118+70+114=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764672 is #89B98D. Grayscale: #595959. Windows color (decimal): -9025934 or 7489142. OLE color: 7489142.

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

Color convert

RGB 118 70 114 -
CMYK 0 0.41 0.03 0.54
HSL 305º 0.26% 0.37% -
HSV(B) 305º 0.41% 0.46% -
XYZ 12.7 9.45 17.07 -
YUV 89.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 118 70 114 0 0.41 0.03 0.54 305 0.26 0.37
Hex 76 46 72 0 29 3 36 131 1A 25
Octal 166 106 162 0 51 3 66 461 32 45
Binary 1110110 1000110 1110010 0 101001 11 110110 100110001 11010 100101

Color Harmonies of #764672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764672

Black with #764672

Text Example


Text Example

White with #764672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764672; }

 p { color: rgb(118,70,114); }

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

background-color css

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

 a { background-color: rgb(118,70,114); }

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

border-color css

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

 span { border-color: rgb(118,70,114); }

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