Html Css Color HEX #764474 Eminence

📋 copy color: '#764474'

red 118 ◦ green 68 ◦ blue 116

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

Shades of Eminence #764474

Tints of Eminence #764474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 39.07%
G = 22.52%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764474 (or 0x764474) is known color: Eminence. HEX triplet: 76, 44 and 74. RGB value is (118,68,116). Sum of RGB (Red+Green+Blue) = 118+68+116=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764474 is #89BB8B. Grayscale: #585858. Windows color (decimal): -9026444 or 7619702. OLE color: 7619702.

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

Color convert

RGB 118 68 116 -
CMYK 0 0.42 0.02 0.54
HSL 302.4º 0.27% 0.36% -
HSV(B) 302.4º 0.42% 0.46% -
XYZ 12.69 9.25 17.64 -
YUV 88.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 118 68 116 0 0.42 0.02 0.54 302.4 0.27 0.36
Hex 76 44 74 0 2A 2 36 12E 1B 24
Octal 166 104 164 0 52 2 66 456 33 44
Binary 1110110 1000100 1110100 0 101010 10 110110 100101110 11011 100100

Color Harmonies of #764474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764474

Black with #764474

Text Example


Text Example

White with #764474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764474; }

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

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

background-color css

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

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

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

border-color css

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

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

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