#674D75

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

Shades of Affair #674D75

Tints of Affair #674D75

Color information

#674D75 (or 0x674D75) is unknown color: approx Affair. HEX triplet: 67, 4D and 75. RGB value is (103,77,117). Sum of RGB (Red+Green+Blue) = 103+77+117=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #674D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D75 is #98B28A. Grayscale: #595959. Windows color (decimal): -10007179 or 7687527. OLE color: 7687527.

HSL color Cylindrical-coordinate representation of color #674D75: hue angle of 279º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #674D75 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10377117-
CMYK0.120.3400.54
HSL279º20.62%38.04%-
HSV(B)279º34.19%45.88%-
XYZ11.469.4818.05-
YUV89.33143.61137.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=34.68%
G=25.93%
B=39.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103771170.120.3400.5427920.6238.04
Hex674D75C220361171526
Octal14711516514420664272546
Binary1100111100110111101011100100010011011010001011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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