Html Css Color HEX #705477 Affair

📋 copy color: '#705477'

red 112 ◦ green 84 ◦ blue 119

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

Shades of Affair #705477

Tints of Affair #705477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 35.56%
G = 26.67%
B = 37.78%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705477 (or 0x705477) is known color: Affair. HEX triplet: 70, 54 and 77. RGB value is (112,84,119). Sum of RGB (Red+Green+Blue) = 112+84+119=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #705477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705477 is #8FAB88. Grayscale: #606060. Windows color (decimal): -9415561 or 7820400. OLE color: 7820400.

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

Color convert

RGB 112 84 119 -
CMYK 0.06 0.29 0 0.53
HSL 288º 0.17% 0.4% -
HSV(B) 288º 0.29% 0.47% -
XYZ 13.18 11.12 18.9 -
YUV 96.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 112 84 119 0.06 0.29 0 0.53 288 0.17 0.4
Hex 70 54 77 6 1D 0 35 120 11 28
Octal 160 124 167 6 35 0 65 440 21 50
Binary 1110000 1010100 1110111 110 11101 0 110101 100100000 10001 101000

Color Harmonies of #705477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705477

Black with #705477

Text Example


Text Example

White with #705477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705477; }

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

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

background-color css

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

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

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

border-color css

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

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

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