Html Css Color HEX #764971 Eminence

📋 copy color: '#764971'

red 118 ◦ green 73 ◦ blue 113

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

Shades of Eminence #764971

Tints of Eminence #764971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 38.82%
G = 24.01%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#764971 (or 0x764971) is known color: Eminence. HEX triplet: 76, 49 and 71. RGB value is (118,73,113). Sum of RGB (Red+Green+Blue) = 118+73+113=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764971 is #89B68E. Grayscale: #5A5A5A. Windows color (decimal): -9025167 or 7424374. OLE color: 7424374.

HSL color Cylindrical-coordinate representation of color #764971: hue angle of 306.67º 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 #764971 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 113 -
CMYK 0 0.38 0.04 0.54
HSL 306.67º 0.24% 0.37% -
HSV(B) 306.67º 0.38% 0.46% -
XYZ 12.83 9.81 16.84 -
YUV 91.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 118 73 113 0 0.38 0.04 0.54 306.67 0.24 0.37
Hex 76 49 71 0 26 4 36 133 18 25
Octal 166 111 161 0 46 4 66 463 30 45
Binary 1110110 1001001 1110001 0 100110 100 110110 100110011 11000 100101

Color Harmonies of #764971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764971

Black with #764971

Text Example


Text Example

White with #764971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764971; }

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

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

background-color css

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

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

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

border-color css

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

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

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