Html Css Color HEX #705377 Affair

📋 copy color: '#705377'

red 112 ◦ green 83 ◦ blue 119

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

Shades of Affair #705377

Tints of Affair #705377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 35.67%
G = 26.43%
B = 37.9%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705377 (or 0x705377) is known color: Affair. HEX triplet: 70, 53 and 77. RGB value is (112,83,119). Sum of RGB (Red+Green+Blue) = 112+83+119=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #705377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705377 is #8FAC88. Grayscale: #5F5F5F. Windows color (decimal): -9415817 or 7820144. OLE color: 7820144.

HSL color Cylindrical-coordinate representation of color #705377: hue angle of 288.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705377 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 83 119 -
CMYK 0.06 0.30 0 0.53
HSL 288.33º 0.18% 0.4% -
HSV(B) 288.33º 0.3% 0.47% -
XYZ 13.11 10.96 18.88 -
YUV 95.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 112 83 119 0.06 0.30 0 0.53 288.33 0.18 0.4
Hex 70 53 77 6 1E 0 35 120 12 28
Octal 160 123 167 6 36 0 65 440 22 50
Binary 1110000 1010011 1110111 110 11110 0 110101 100100000 10010 101000

Color Harmonies of #705377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705377

Black with #705377

Text Example


Text Example

White with #705377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705377; }

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

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

background-color css

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

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

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

border-color css

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

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

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