Html Css Color HEX #764070 Eminence

📋 copy color: '#764070'

red 118 ◦ green 64 ◦ blue 112

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

Shades of Eminence #764070

Tints of Eminence #764070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 40.14%
G = 21.77%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764070 (or 0x764070) is known color: Eminence. HEX triplet: 76, 40 and 70. RGB value is (118,64,112). Sum of RGB (Red+Green+Blue) = 118+64+112=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764070 is #89BF8F. Grayscale: #555555. Windows color (decimal): -9027472 or 7356534. OLE color: 7356534.

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

Color convert

RGB 118 64 112 -
CMYK 0 0.46 0.05 0.54
HSL 306.67º 0.3% 0.36% -
HSV(B) 306.67º 0.46% 0.46% -
XYZ 12.23 8.69 16.36 -
YUV 85.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 118 64 112 0 0.46 0.05 0.54 306.67 0.3 0.36
Hex 76 40 70 0 2E 5 36 133 1E 24
Octal 166 100 160 0 56 5 66 463 36 44
Binary 1110110 1000000 1110000 0 101110 101 110110 100110011 11110 100100

Color Harmonies of #764070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764070

Black with #764070

Text Example


Text Example

White with #764070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764070; }

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

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

background-color css

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

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

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

border-color css

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

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

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