Html Css Color HEX #704B6E Eminence

📋 copy color: '#704B6E'

red 112 ◦ green 75 ◦ blue 110

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

Shades of Eminence #704B6E

Tints of Eminence #704B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 37.71%
G = 25.25%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#704B6E (or 0x704B6E) is known color: Eminence. HEX triplet: 70, 4B and 6E. RGB value is (112,75,110). Sum of RGB (Red+Green+Blue) = 112+75+110=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6E is #8FB491. Grayscale: #595959. Windows color (decimal): -9417874 or 7228272. OLE color: 7228272.

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

Color convert

RGB 112 75 110 -
CMYK 0 0.33 0.02 0.56
HSL 303.24º 0.2% 0.37% -
HSV(B) 303.24º 0.33% 0.44% -
XYZ 12.01 9.6 15.97 -
YUV 90.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 112 75 110 0 0.33 0.02 0.56 303.24 0.2 0.37
Hex 70 4B 6E 0 21 2 38 12F 14 25
Octal 160 113 156 0 41 2 70 457 24 45
Binary 1110000 1001011 1101110 0 100001 10 111000 100101111 10100 100101

Color Harmonies of #704B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B6E

Black with #704B6E

Text Example


Text Example

White with #704B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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