Html Css Color HEX #764072 Eminence

📋 copy color: '#764072'

red 118 ◦ green 64 ◦ blue 114

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

Shades of Eminence #764072

Tints of Eminence #764072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 39.86%
G = 21.62%
B = 38.51%

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

#764072 (or 0x764072) is known color: Eminence. HEX triplet: 76, 40 and 72. RGB value is (118,64,114). Sum of RGB (Red+Green+Blue) = 118+64+114=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764072 is #89BF8D. Grayscale: #555555. Windows color (decimal): -9027470 or 7487606. OLE color: 7487606.

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

Color convert

RGB 118 64 114 -
CMYK 0 0.46 0.03 0.54
HSL 304.44º 0.3% 0.36% -
HSV(B) 304.44º 0.46% 0.46% -
XYZ 12.34 8.73 16.95 -
YUV 85.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 118 64 114 0 0.46 0.03 0.54 304.44 0.3 0.36
Hex 76 40 72 0 2E 3 36 130 1E 24
Octal 166 100 162 0 56 3 66 460 36 44
Binary 1110110 1000000 1110010 0 101110 11 110110 100110000 11110 100100

Color Harmonies of #764072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764072

Black with #764072

Text Example


Text Example

White with #764072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764072; }

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

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

background-color css

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

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

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

border-color css

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

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

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