Html Css Color HEX #705177 Affair

📋 copy color: '#705177'

red 112 ◦ green 81 ◦ blue 119

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

Shades of Affair #705177

Tints of Affair #705177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 35.9%
G = 25.96%
B = 38.14%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705177 (or 0x705177) is known color: Affair. HEX triplet: 70, 51 and 77. RGB value is (112,81,119). Sum of RGB (Red+Green+Blue) = 112+81+119=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #705177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705177 is #8FAE88. Grayscale: #5E5E5E. Windows color (decimal): -9416329 or 7819632. OLE color: 7819632.

HSL color Cylindrical-coordinate representation of color #705177: hue angle of 288.95º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705177 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 81 119 -
CMYK 0.06 0.32 0 0.53
HSL 288.95º 0.19% 0.39% -
HSV(B) 288.95º 0.32% 0.47% -
XYZ 12.95 10.66 18.83 -
YUV 94.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 112 81 119 0.06 0.32 0 0.53 288.95 0.19 0.39
Hex 70 51 77 6 20 0 35 121 13 27
Octal 160 121 167 6 40 0 65 441 23 47
Binary 1110000 1010001 1110111 110 100000 0 110101 100100001 10011 100111

Color Harmonies of #705177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705177

Black with #705177

Text Example


Text Example

White with #705177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705177; }

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

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

background-color css

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

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

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

border-color css

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

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

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