Html Css Color HEX #704E7A Affair

📋 copy color: '#704E7A'

red 112 ◦ green 78 ◦ blue 122

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

Shades of Affair #704E7A

Tints of Affair #704E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 35.9%
G = 25%
B = 39.1%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#704E7A (or 0x704E7A) is known color: Affair. HEX triplet: 70, 4E and 7A. RGB value is (112,78,122). Sum of RGB (Red+Green+Blue) = 112+78+122=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #704E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E7A is #8FB185. Grayscale: #5D5D5D. Windows color (decimal): -9417094 or 8015472. OLE color: 8015472.

HSL color Cylindrical-coordinate representation of color #704E7A: hue angle of 286.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704E7A is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 78 122 -
CMYK 0.08 0.36 0 0.52
HSL 286.36º 0.22% 0.39% -
HSV(B) 286.36º 0.36% 0.48% -
XYZ 12.92 10.3 19.72 -
YUV 93.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 112 78 122 0.08 0.36 0 0.52 286.36 0.22 0.39
Hex 70 4E 7A 8 24 0 34 11E 16 27
Octal 160 116 172 10 44 0 64 436 26 47
Binary 1110000 1001110 1111010 1000 100100 0 110100 100011110 10110 100111

Color Harmonies of #704E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E7A

Black with #704E7A

Text Example


Text Example

White with #704E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,122); }

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

background-color css

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

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

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

border-color css

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

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

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