#70577B

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

Shades of Affair #70577B

Tints of Affair #70577B

Color information

#70577B (or 0x70577B) is unknown color: approx Affair. HEX triplet: 70, 57 and 7B. RGB value is (112,87,123). Sum of RGB (Red+Green+Blue) = 112+87+123=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #70577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70577B is #8FA884. Grayscale: #626262. Windows color (decimal): -9414789 or 8083312. OLE color: 8083312.

HSL color Cylindrical-coordinate representation of color #70577B: hue angle of 281.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70577B is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11287123-
CMYK0.090.2900.52
HSL281.67º17.14%41.18%-
HSV(B)281.67º29.27%48.24%-
XYZ13.6711.6920.28-
YUV98.58141.78137.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=34.78%
G=27.02%
B=38.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112871230.090.2900.52281.6717.1441.18
Hex70577B91D03411a1129
Octal16012717311350644322151
Binary111000010101111111011100111101011010010001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70577B; }

 p { color: rgb(112,87,123); }

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

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

 a { background-color: rgb(112,87,123); }

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

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

 span { border-color: rgb(112,87,123); }

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