Html Css Color HEX #764073 Eminence

📋 copy color: '#764073'

red 118 ◦ green 64 ◦ blue 115

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

Shades of Eminence #764073

Tints of Eminence #764073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 39.73%
G = 21.55%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764073 (or 0x764073) is known color: Eminence. HEX triplet: 76, 40 and 73. RGB value is (118,64,115). Sum of RGB (Red+Green+Blue) = 118+64+115=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764073 is #89BF8C. Grayscale: #555555. Windows color (decimal): -9027469 or 7553142. OLE color: 7553142.

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

Color convert

RGB 118 64 115 -
CMYK 0 0.46 0.03 0.54
HSL 303.33º 0.3% 0.36% -
HSV(B) 303.33º 0.46% 0.46% -
XYZ 12.4 8.76 17.26 -
YUV 85.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 118 64 115 0 0.46 0.03 0.54 303.33 0.3 0.36
Hex 76 40 73 0 2E 3 36 12F 1E 24
Octal 166 100 163 0 56 3 66 457 36 44
Binary 1110110 1000000 1110011 0 101110 11 110110 100101111 11110 100100

Color Harmonies of #764073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764073

Black with #764073

Text Example


Text Example

White with #764073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764073; }

 p { color: rgb(118,64,115); }

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

background-color css

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

 a { background-color: rgb(118,64,115); }

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

border-color css

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

 span { border-color: rgb(118,64,115); }

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