#705277

Color #705277 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #705277

Tints of Affair #705277

Color information

#705277 (or 0x705277) is unknown color: approx Affair. HEX triplet: 70, 52 and 77. RGB value is (112,82,119). Sum of RGB (Red+Green+Blue) = 112+82+119=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #705277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705277 is #8FAD88. Grayscale: #5F5F5F. Windows color (decimal): -9416073 or 7819888. OLE color: 7819888.

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

Color convert

RGB11282119-
CMYK0.060.3100.53
HSL288.65º18.41%39.41%-
HSV(B)288.65º31.09%46.67%-
XYZ13.0310.8118.85-
YUV95.19141.44139.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=35.78%
G=26.20%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112821190.060.3100.53288.6518.4139.41
Hex70527761F0351211227
Octal1601221676370654412247
Binary11100001010010111011111011111011010110010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705277; }

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

 H1.HeaderClassName
 {
   color: #705277;
 }
 .AnyTagClassName
 {
   color: #705277;
 }
</style>
background-color css

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

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

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

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

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

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