Html Css Color HEX #764374 Eminence

📋 copy color: '#764374'

red 118 ◦ green 67 ◦ blue 116

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

Shades of Eminence #764374

Tints of Eminence #764374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 39.2%
G = 22.26%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764374 (or 0x764374) is known color: Eminence. HEX triplet: 76, 43 and 74. RGB value is (118,67,116). Sum of RGB (Red+Green+Blue) = 118+67+116=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764374 is #89BC8B. Grayscale: #575757. Windows color (decimal): -9026700 or 7619446. OLE color: 7619446.

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

Color convert

RGB 118 67 116 -
CMYK 0 0.43 0.02 0.54
HSL 302.35º 0.28% 0.36% -
HSV(B) 302.35º 0.43% 0.46% -
XYZ 12.63 9.13 17.62 -
YUV 87.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 118 67 116 0 0.43 0.02 0.54 302.35 0.28 0.36
Hex 76 43 74 0 2B 2 36 12E 1C 24
Octal 166 103 164 0 53 2 66 456 34 44
Binary 1110110 1000011 1110100 0 101011 10 110110 100101110 11100 100100

Color Harmonies of #764374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764374

Black with #764374

Text Example


Text Example

White with #764374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764374; }

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

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

background-color css

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

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

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

border-color css

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

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

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