Html Css Color HEX #704D77 Affair

📋 copy color: '#704D77'

red 112 ◦ green 77 ◦ blue 119

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

Shades of Affair #704D77

Tints of Affair #704D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704D77 (or 0x704D77) is known color: Affair. HEX triplet: 70, 4D and 77. RGB value is (112,77,119). Sum of RGB (Red+Green+Blue) = 112+77+119=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #704D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D77 is #8FB288. Grayscale: #5C5C5C. Windows color (decimal): -9417353 or 7818608. OLE color: 7818608.

HSL color Cylindrical-coordinate representation of color #704D77: hue angle of 290º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704D77 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 77 119 -
CMYK 0.06 0.35 0 0.53
HSL 290º 0.21% 0.38% -
HSV(B) 290º 0.35% 0.47% -
XYZ 12.67 10.08 18.73 -
YUV 92.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 112 77 119 0.06 0.35 0 0.53 290 0.21 0.38
Hex 70 4D 77 6 23 0 35 122 15 26
Octal 160 115 167 6 43 0 65 442 25 46
Binary 1110000 1001101 1110111 110 100011 0 110101 100100010 10101 100110

Color Harmonies of #704D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D77

Black with #704D77

Text Example


Text Example

White with #704D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,119); }

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

background-color css

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

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

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

border-color css

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

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

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