Html Css Color HEX #705176 Affair

📋 copy color: '#705176'

red 112 ◦ green 81 ◦ blue 118

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

Shades of Affair #705176

Tints of Affair #705176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 36.01%
G = 26.05%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705176 (or 0x705176) is known color: Affair. HEX triplet: 70, 51 and 76. RGB value is (112,81,118). Sum of RGB (Red+Green+Blue) = 112+81+118=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #705176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705176 is #8FAE89. Grayscale: #5E5E5E. Windows color (decimal): -9416330 or 7754096. OLE color: 7754096.

HSL color Cylindrical-coordinate representation of color #705176: hue angle of 290.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705176 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 81 118 -
CMYK 0.05 0.31 0 0.54
HSL 290.27º 0.19% 0.39% -
HSV(B) 290.27º 0.31% 0.46% -
XYZ 12.89 10.64 18.51 -
YUV 94.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 112 81 118 0.05 0.31 0 0.54 290.27 0.19 0.39
Hex 70 51 76 5 1F 0 36 122 13 27
Octal 160 121 166 5 37 0 66 442 23 47
Binary 1110000 1010001 1110110 101 11111 0 110110 100100010 10011 100111

Color Harmonies of #705176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705176

Black with #705176

Text Example


Text Example

White with #705176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705176; }

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

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

background-color css

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

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

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

border-color css

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

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

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