Html Css Color HEX #764570 Eminence

📋 copy color: '#764570'

red 118 ◦ green 69 ◦ blue 112

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

Shades of Eminence #764570

Tints of Eminence #764570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 39.46%
G = 23.08%
B = 37.46%

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

#764570 (or 0x764570) is known color: Eminence. HEX triplet: 76, 45 and 70. RGB value is (118,69,112). Sum of RGB (Red+Green+Blue) = 118+69+112=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764570 is #89BA8F. Grayscale: #585858. Windows color (decimal): -9026192 or 7357814. OLE color: 7357814.

HSL color Cylindrical-coordinate representation of color #764570: hue angle of 307.35º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764570 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 112 -
CMYK 0 0.42 0.05 0.54
HSL 307.35º 0.26% 0.37% -
HSV(B) 307.35º 0.42% 0.46% -
XYZ 12.52 9.28 16.46 -
YUV 88.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 118 69 112 0 0.42 0.05 0.54 307.35 0.26 0.37
Hex 76 45 70 0 2A 5 36 133 1A 25
Octal 166 105 160 0 52 5 66 463 32 45
Binary 1110110 1000101 1110000 0 101010 101 110110 100110011 11010 100101

Color Harmonies of #764570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764570

Black with #764570

Text Example


Text Example

White with #764570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764570; }

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

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

background-color css

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

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

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

border-color css

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

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

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