Html Css Color HEX #764475 Eminence

📋 copy color: '#764475'

red 118 ◦ green 68 ◦ blue 117

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

Shades of Eminence #764475

Tints of Eminence #764475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 38.94%
G = 22.44%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764475 (or 0x764475) is known color: Eminence. HEX triplet: 76, 44 and 75. RGB value is (118,68,117). Sum of RGB (Red+Green+Blue) = 118+68+117=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764475 is #89BB8A. Grayscale: #585858. Windows color (decimal): -9026443 or 7685238. OLE color: 7685238.

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

Color convert

RGB 118 68 117 -
CMYK 0 0.42 0.01 0.54
HSL 301.2º 0.27% 0.36% -
HSV(B) 301.2º 0.42% 0.46% -
XYZ 12.75 9.27 17.95 -
YUV 88.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 118 68 117 0 0.42 0.01 0.54 301.2 0.27 0.36
Hex 76 44 75 0 2A 1 36 12D 1B 24
Octal 166 104 165 0 52 1 66 455 33 44
Binary 1110110 1000100 1110101 0 101010 1 110110 100101101 11011 100100

Color Harmonies of #764475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764475

Black with #764475

Text Example


Text Example

White with #764475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764475; }

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

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

background-color css

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

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

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

border-color css

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

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

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