Html Css Color HEX #704C6E Eminence

📋 copy color: '#704C6E'

red 112 ◦ green 76 ◦ blue 110

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

Shades of Eminence #704C6E

Tints of Eminence #704C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 37.58%
G = 25.5%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#704C6E (or 0x704C6E) is known color: Eminence. HEX triplet: 70, 4C and 6E. RGB value is (112,76,110). Sum of RGB (Red+Green+Blue) = 112+76+110=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6E is #8FB391. Grayscale: #5A5A5A. Windows color (decimal): -9417618 or 7228528. OLE color: 7228528.

HSL color Cylindrical-coordinate representation of color #704C6E: hue angle of 303.33º 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 #704C6E is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 110 -
CMYK 0 0.32 0.02 0.56
HSL 303.33º 0.19% 0.37% -
HSV(B) 303.33º 0.32% 0.44% -
XYZ 12.08 9.74 16 -
YUV 90.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 112 76 110 0 0.32 0.02 0.56 303.33 0.19 0.37
Hex 70 4C 6E 0 20 2 38 12F 13 25
Octal 160 114 156 0 40 2 70 457 23 45
Binary 1110000 1001100 1101110 0 100000 10 111000 100101111 10011 100101

Color Harmonies of #704C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C6E

Black with #704C6E

Text Example


Text Example

White with #704C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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