Html Css Color HEX #764974 Eminence

📋 copy color: '#764974'

red 118 ◦ green 73 ◦ blue 116

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

Shades of Eminence #764974

Tints of Eminence #764974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 38.44%
G = 23.78%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764974 (or 0x764974) is known color: Eminence. HEX triplet: 76, 49 and 74. RGB value is (118,73,116). Sum of RGB (Red+Green+Blue) = 118+73+116=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764974 is #89B68B. Grayscale: #5B5B5B. Windows color (decimal): -9025164 or 7620982. OLE color: 7620982.

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

Color convert

RGB 118 73 116 -
CMYK 0 0.38 0.02 0.54
HSL 302.67º 0.24% 0.37% -
HSV(B) 302.67º 0.38% 0.46% -
XYZ 13.01 9.88 17.74 -
YUV 91.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 118 73 116 0 0.38 0.02 0.54 302.67 0.24 0.37
Hex 76 49 74 0 26 2 36 12F 18 25
Octal 166 111 164 0 46 2 66 457 30 45
Binary 1110110 1001001 1110100 0 100110 10 110110 100101111 11000 100101

Color Harmonies of #764974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764974

Black with #764974

Text Example


Text Example

White with #764974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764974; }

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

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

background-color css

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

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

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

border-color css

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

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

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