Html Css Color HEX #764470 Eminence

📋 copy color: '#764470'

red 118 ◦ green 68 ◦ blue 112

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

Shades of Eminence #764470

Tints of Eminence #764470

RGB

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

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

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

R = 39.6%
G = 22.82%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764470 (or 0x764470) is known color: Eminence. HEX triplet: 76, 44 and 70. RGB value is (118,68,112). Sum of RGB (Red+Green+Blue) = 118+68+112=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764470 is #89BB8F. Grayscale: #575757. Windows color (decimal): -9026448 or 7357558. OLE color: 7357558.

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

Color convert

RGB 118 68 112 -
CMYK 0 0.42 0.05 0.54
HSL 307.2º 0.27% 0.36% -
HSV(B) 307.2º 0.42% 0.46% -
XYZ 12.46 9.16 16.44 -
YUV 87.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 118 68 112 0 0.42 0.05 0.54 307.2 0.27 0.36
Hex 76 44 70 0 2A 5 36 133 1B 24
Octal 166 104 160 0 52 5 66 463 33 44
Binary 1110110 1000100 1110000 0 101010 101 110110 100110011 11011 100100

Color Harmonies of #764470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764470

Black with #764470

Text Example


Text Example

White with #764470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764470; }

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

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

background-color css

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

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

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

border-color css

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

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

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