Html Css Color HEX #704C6F Eminence

📋 copy color: '#704C6F'

red 112 ◦ green 76 ◦ blue 111

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

Shades of Eminence #704C6F

Tints of Eminence #704C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 37.46%
G = 25.42%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#704C6F (or 0x704C6F) is known color: Eminence. HEX triplet: 70, 4C and 6F. RGB value is (112,76,111). Sum of RGB (Red+Green+Blue) = 112+76+111=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6F is #8FB390. Grayscale: #5A5A5A. Windows color (decimal): -9417617 or 7294064. OLE color: 7294064.

HSL color Cylindrical-coordinate representation of color #704C6F: hue angle of 301.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C6F is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 111 -
CMYK 0 0.32 0.01 0.56
HSL 301.67º 0.19% 0.37% -
HSV(B) 301.67º 0.32% 0.44% -
XYZ 12.14 9.76 16.28 -
YUV 90.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 112 76 111 0 0.32 0.01 0.56 301.67 0.19 0.37
Hex 70 4C 6F 0 20 1 38 12E 13 25
Octal 160 114 157 0 40 1 70 456 23 45
Binary 1110000 1001100 1101111 0 100000 1 111000 100101110 10011 100101

Color Harmonies of #704C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C6F

Black with #704C6F

Text Example


Text Example

White with #704C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C6F; }

 p { color: rgb(112,76,111); }

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

background-color css

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

 a { background-color: rgb(112,76,111); }

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

border-color css

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

 span { border-color: rgb(112,76,111); }

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