Html Css Color HEX #704F70 Eminence

📋 copy color: '#704F70'

red 112 ◦ green 79 ◦ blue 112

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

Shades of Eminence #704F70

Tints of Eminence #704F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 36.96%
G = 26.07%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704F70 (or 0x704F70) is known color: Eminence. HEX triplet: 70, 4F and 70. RGB value is (112,79,112). Sum of RGB (Red+Green+Blue) = 112+79+112=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F70 is #8FB08F. Grayscale: #5C5C5C. Windows color (decimal): -9416848 or 7360368. OLE color: 7360368.

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

Color convert

RGB 112 79 112 -
CMYK 0 0.29 0 0.56
HSL 300º 0.17% 0.37% -
HSV(B) 300º 0.29% 0.44% -
XYZ 12.4 10.21 16.65 -
YUV 92.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 112 79 112 0 0.29 0 0.56 300 0.17 0.37
Hex 70 4F 70 0 1D 0 38 12C 11 25
Octal 160 117 160 0 35 0 70 454 21 45
Binary 1110000 1001111 1110000 0 11101 0 111000 100101100 10001 100101

Color Harmonies of #704F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F70

Black with #704F70

Text Example


Text Example

White with #704F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,112); }

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

background-color css

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

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

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

border-color css

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

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

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