Html Css Color HEX #764874 Eminence

📋 copy color: '#764874'

red 118 ◦ green 72 ◦ blue 116

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

Shades of Eminence #764874

Tints of Eminence #764874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 38.56%
G = 23.53%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764874 (or 0x764874) is known color: Eminence. HEX triplet: 76, 48 and 74. RGB value is (118,72,116). Sum of RGB (Red+Green+Blue) = 118+72+116=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764874 is #89B78B. Grayscale: #5A5A5A. Windows color (decimal): -9025420 or 7620726. OLE color: 7620726.

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

Color convert

RGB 118 72 116 -
CMYK 0 0.39 0.02 0.54
HSL 302.61º 0.24% 0.37% -
HSV(B) 302.61º 0.39% 0.46% -
XYZ 12.94 9.75 17.72 -
YUV 90.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 118 72 116 0 0.39 0.02 0.54 302.61 0.24 0.37
Hex 76 48 74 0 27 2 36 12F 18 25
Octal 166 110 164 0 47 2 66 457 30 45
Binary 1110110 1001000 1110100 0 100111 10 110110 100101111 11000 100101

Color Harmonies of #764874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764874

Black with #764874

Text Example


Text Example

White with #764874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764874; }

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

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

background-color css

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

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

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

border-color css

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

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

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