#674D7A

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

Shades of Affair #674D7A

Tints of Affair #674D7A

Color information

#674D7A (or 0x674D7A) is unknown color: approx Affair. HEX triplet: 67, 4D and 7A. RGB value is (103,77,122). Sum of RGB (Red+Green+Blue) = 103+77+122=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #674D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D7A is #98B285. Grayscale: #595959. Windows color (decimal): -10007174 or 8015207. OLE color: 8015207.

HSL color Cylindrical-coordinate representation of color #674D7A: hue angle of 274.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674D7A is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10377122-
CMYK0.160.3700.52
HSL274.67º22.61%39.02%-
HSV(B)274.67º36.89%47.84%-
XYZ11.769.619.64-
YUV89.9146.11137.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=34.11%
G=25.50%
B=40.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103771220.160.3700.52274.6722.6139.02
Hex674D7A10250341131727
Octal14711517220450644232747
Binary11001111001101111101010000100101011010010001001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674D7A; }

 p { color: rgb(103,77,122); }

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

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

 a { background-color: rgb(103,77,122); }

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

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

 span { border-color: rgb(103,77,122); }

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